run-*-locally: The programs are now virt-[tool], not virt-[tool].pl
[libguestfs.git] / rescue / run-rescue-locally
index 33191e7..18097cf 100755 (executable)
@@ -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);