From: Philipp Kern Date: Mon, 20 Jun 2011 21:45:22 +0000 (+0000) Subject: wanna-build: fix syntax nitpick for version on verbose X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=21f9ffb4e8e35650a38dbf299ede785eefcb1dc2;hp=5a3bee659373f7bc88a7549f783345dc6719a380 wanna-build: fix syntax nitpick for version on verbose --- diff --git a/bin/wanna-build b/bin/wanna-build index bc092cf..b7c2215 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -274,7 +274,7 @@ if (!isin ( $op_mode, qw(list) ) && ( ($distribution//"") =~ /[ ,]/)) { if ($verbose) { my $version = '$Id$'; - $version =~ s/^.* ([a-f0-9]+) .*$/\1/g; + $version =~ s/^.* ([a-f0-9]+) .*$/$1/g; print "wanna-build $version for ".($distribution//"sid")." on $arch\n"; }