summaryrefslogtreecommitdiff
path: root/solenv/bin/mkout.pl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-04-19 14:54:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-04-19 14:54:36 +0000
commit9cc0a999018fa9444880404fe5750c1e446bc875 (patch)
tree844ea4003c9abf42d9f75e383ec42322745418ba /solenv/bin/mkout.pl
parente548e16cf5f7436c09b140fdd611be10de7e3b04 (diff)
fix scriptname
Diffstat (limited to 'solenv/bin/mkout.pl')
-rwxr-xr-xsolenv/bin/mkout.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/bin/mkout.pl b/solenv/bin/mkout.pl
index 90f14ee83d9c..8d05f6c218e1 100755
--- a/solenv/bin/mkout.pl
+++ b/solenv/bin/mkout.pl
@@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: mkout.pl,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2001-04-19 15:43:15 $
+# last change: $Author: hr $ $Date: 2001-04-19 15:54:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,7 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#*************************************************************************
#
-# mkout - create output tree
+# mkout.pl - create output tree
#
use Cwd;
@@ -73,9 +73,9 @@ use File::Path;
#### script id #####
-( $script_name = $0 ) =~ s/^.*\W(\w+)$/$1/;
+( $script_name = $0 ) =~ s/^.*\W(\w+)\.pl$/$1/;
-$id_str = ' $Revision: 1.1 $ ';
+$id_str = ' $Revision: 1.2 $ ';
$id_str =~ /Revision:\s+(\S+)\s+\$/
? ($script_rev = $1) : ($script_rev = "-");