Skip to content
Snippets Groups Projects
Commit fa20428c authored by Eric Mei's avatar Eric Mei
Browse files

acl scripts: different enviroments may output differently.

parent d2f242a3
No related branches found
No related tags found
No related merge requests found
...@@ -242,6 +242,7 @@ sub exec_test($$) { ...@@ -242,6 +242,7 @@ sub exec_test($$) {
#print "< $_"; #print "< $_";
if ($needs_shell) { if ($needs_shell) {
s#^/bin/sh: line \d+: ##; s#^/bin/sh: line \d+: ##;
s#^/bin/sh: ##; # temporarily added by ericm
} }
push @$result, $_; push @$result, $_;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment