Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Elijah Grubb
emulab-devel
Commits
a1b47e2c
Commit
a1b47e2c
authored
Jun 10, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for perl oddity I don't understand.
parent
e09c96cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
apt/create_instance.in
apt/create_instance.in
+2
-1
No files found.
apt/create_instance.in
View file @
a1b47e2c
...
@@ -1178,7 +1178,8 @@ sub RunStitcher()
...
@@ -1178,7 +1178,8 @@ sub RunStitcher()
system
("
cd
$tmpdir
;
$command
>
$stdoutfile
2>
$stderrfile
");
system
("
cd
$tmpdir
;
$command
>
$stdoutfile
2>
$stderrfile
");
if
(
$?
)
{
if
(
$?
)
{
if
(
-
s $stderrfile) {
if
(
-
s $stderrfile) {
$webtask->output(`cat $s
tderrfile
`
);
my $stuff = `cat $s
tderrfile
`
;
$webtask
->output(
$stuff
);
system("/bin/cat
$stderrfile
");
system("/bin/cat
$stderrfile
");
}
}
else {
else {
...
...
Write
Preview
Markdown
is supported
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