Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
5e129b74
Commit
5e129b74
authored
Oct 25, 2013
by
Leigh B Stoller
Browse files
Add die after exec; its the law.
parent
61184b07
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/common/libutil.pm
View file @
5e129b74
...
...
@@ -307,6 +307,7 @@ sub ExecQuiet($)
else
{
open
(
STDERR
,
"
>&STDOUT
");
exec
(
$command
);
die
("
ExecQuiet: exec('
$command
') failed!
\n
");
}
print
STDERR
$output
;
if
(
$?
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment