X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=cat%2Frun-cat-locally;h=7c31aaf9dbbeb1e7dad1d74a0ada659892dd4db6;hp=be60d076a9b1604ef5e6b90dcc49b1be57a39816;hb=5d01670e31ef3259fb1fc84a83ab27aec8fdac0b;hpb=5021b2efea92c021c04812056149485ac4803e9c diff --git a/cat/run-cat-locally b/cat/run-cat-locally index be60d07..7c31aaf 100755 --- a/cat/run-cat-locally +++ b/cat/run-cat-locally @@ -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.'/cat/virt-cat.pl', @ARGV); +exec('perl', $path.'/cat/virt-cat', @ARGV);