diff --git a/mozilla/tools/module-deps/bootstrap.pl b/mozilla/tools/module-deps/bootstrap.pl index acf47fa267b..d3046f5794d 100755 --- a/mozilla/tools/module-deps/bootstrap.pl +++ b/mozilla/tools/module-deps/bootstrap.pl @@ -101,7 +101,7 @@ sub run_shell_command { print "cmd = $shell_command\n"; - open CMD, "$shell_command 2>&1|" or die "open: $!"; + open CMD, "$shell_command 2>&1|" or die "command failed: $!"; while() {