summaryrefslogtreecommitdiff
path: root/scripts/vyatta-boot-image.pl
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-04-11 13:29:58 -0700
committerJohn Southworth <john.southworth@vyatta.com>2012-04-11 13:29:58 -0700
commit397058ed63445b1a8e2d734eef8a38173fe75347 (patch)
tree73995d71ebc47004e27f8c6acaf3345c75f63b08 /scripts/vyatta-boot-image.pl
parentd03721ce6e2a277c2992afb1392912beb8ac368d (diff)
parentdf76a73c764180ca6793f647ccc9e4a32a197b87 (diff)
downloadvyatta-op-397058ed63445b1a8e2d734eef8a38173fe75347.tar.gz
vyatta-op-397058ed63445b1a8e2d734eef8a38173fe75347.zip
Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-op into pacifica
Diffstat (limited to 'scripts/vyatta-boot-image.pl')
-rwxr-xr-xscripts/vyatta-boot-image.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-boot-image.pl b/scripts/vyatta-boot-image.pl
index 19df5a2..555496b 100755
--- a/scripts/vyatta-boot-image.pl
+++ b/scripts/vyatta-boot-image.pl
@@ -192,7 +192,7 @@ sub deleteGrubEntries {
die "Failed to modify GRUB configuration\n"
if (!defined($p) || !chmod(($p & oct(7777)), $tfile));
- mv($tfile, $grub_cfg)
+ move($tfile, $grub_cfg)
or die "Failed to delete GRUB entries\n";
}