diff options
-rwxr-xr-x | selftest/selftest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 213954cfbf..9759220c68 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -956,7 +956,7 @@ $envvarstr next; } - $cmd =~ s/\$LISTOPT/--list/; + $cmd =~ s/\$LISTOPT/--list/g; system($cmd); |