summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-10-01 15:22:12 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-10-01 15:22:12 +0100
commit5d01670e31ef3259fb1fc84a83ab27aec8fdac0b (patch)
treebca61e64399e04874cdd340fd2d50489d939cab3 /rescue
parent5021b2efea92c021c04812056149485ac4803e9c (diff)
downloadlibguestfs-5d01670e31ef3259fb1fc84a83ab27aec8fdac0b.tar.gz
libguestfs-5d01670e31ef3259fb1fc84a83ab27aec8fdac0b.tar.xz
libguestfs-5d01670e31ef3259fb1fc84a83ab27aec8fdac0b.zip
run-*-locally: The programs are now virt-[tool], not virt-[tool].pl
This fixes commit b488436cc54288fcae8988493749f2e6c87f274c.
Diffstat (limited to 'rescue')
-rwxr-xr-xrescue/run-rescue-locally2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/run-rescue-locally b/rescue/run-rescue-locally
index 33191e7a..18097cf9 100755
--- a/rescue/run-rescue-locally
+++ b/rescue/run-rescue-locally
@@ -50,4 +50,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs';
$ENV{LIBGUESTFS_PATH} = $path.'/appliance';
$ENV{PERL5LIB} = $path.'/perl/blib/lib:'.$path.'/perl/blib/arch';
-exec('perl', $path.'/rescue/virt-rescue.pl', @ARGV);
+exec('perl', $path.'/rescue/virt-rescue', @ARGV);