run-*-locally: The programs are now virt-[tool], not virt-[tool].pl
[libguestfs.git] / edit / run-edit-locally
index 3a6a9ab..127463f 100755 (executable)
@@ -49,4 +49,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.'/edit/virt-edit.pl', @ARGV);
+exec('perl', $path.'/edit/virt-edit', @ARGV);