X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=rescue%2Frun-rescue-locally;h=18097cf96c207055e8197726f860093fbcd8edd3;hb=854f8e0d5643e55d045f5816a520d49a057990ef;hp=33191e7af16f265f03a0e157097164a1c4f472a0;hpb=75b6338da3e6e33c02b931623f074ab5a76a1788;p=libguestfs.git diff --git a/rescue/run-rescue-locally b/rescue/run-rescue-locally index 33191e7..18097cf 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);