X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/5407b2658a665845476984f7645317565e397394..ee960e46dc17f110fbf867df3708f36155a1c337:/mr diff --git a/mr b/mr index 8883aab..23178a5 100755 --- a/mr +++ b/mr @@ -627,7 +627,7 @@ sub vcs_test { } next; } - my $vcs=$vcs_test =~ /(.*)_test/; + my ($vcs)=$vcs_test =~ /(.*)_test/; $test="my_$vcs_test() {\n$config{$topdir}{$subdir}{$vcs_test}\n}\n".$test; $test.="if my_$vcs_test; then echo $vcs; fi\n"; }