Skip to content
GitLab
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
ac9ffe84
Commit
ac9ffe84
authored
Mar 26, 2001
by
Leigh B. Stoller
Browse files
Remove batchdir on fatal error.
parent
8c7b2cab
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/batchexp.in
View file @
ac9ffe84
...
...
@@ -236,7 +236,7 @@ sub fatal($)
print
STDOUT
"
$mesg
\n
";
print
STDOUT
"
Cleaning up ...
\n
";
#
system("/bin/rm", "-rf", "$dirname");
system
("
/bin/rm
",
"
-rf
",
"
$dirname
");
exit
(
-
1
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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