summaryrefslogtreecommitdiff
path: root/solenv/bin/mkout.pl
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-31 23:22:36 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-31 23:22:36 +0300
commit84acbe5f467834a2c7b2d79d7d58a762ea7462d8 (patch)
tree51c7e109d95c1f9066ba8cb522f7582e2efd7882 /solenv/bin/mkout.pl
parent2e3b96f127dbc7c17663272bfb8c099d02ee032d (diff)
Drop pointless version printout
Diffstat (limited to 'solenv/bin/mkout.pl')
-rwxr-xr-xsolenv/bin/mkout.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/solenv/bin/mkout.pl b/solenv/bin/mkout.pl
index 4839b8525bb9..9df626b63568 100755
--- a/solenv/bin/mkout.pl
+++ b/solenv/bin/mkout.pl
@@ -40,12 +40,6 @@ use File::Path;
( $script_name = $0 ) =~ s/^.*\b(\w+)\.pl$/$1/;
-$id_str = ' $Revision: 1.8 $ ';
-$id_str =~ /Revision:\s+(\S+)\s+\$/
- ? ($script_rev = $1) : ($script_rev = "-");
-
-print "$script_name -- version: $script_rev\n";
-
#### globals ####
$is_debug = 0;