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
7c8c2938
Commit
7c8c2938
authored
Dec 05, 2013
by
Leigh B Stoller
Browse files
Minor bug fix; remove old backups.
parent
0ef03573
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/getimages.in
View file @
7c8c2938
...
...
@@ -322,6 +322,8 @@ foreach my $imageid (keys(%{ $xmlparse->{'image'} })) {
# So move it into place.
#
print
"
Moving new image into place
\n
";
unlink
("
${imagefilename}
.old
")
if
(
-
e
"
${imagefilename}
.old
");
rename
("
${imagefilename}
",
"
${imagefilename}
.old
")
if
(
-
e
"
${imagefilename}
");
rename
("
$tmpfilename
",
"
${imagefilename}
")
or
...
...
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