diff options
Diffstat (limited to 'cat/run-cat-locally')
-rwxr-xr-x | cat/run-cat-locally | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cat/run-cat-locally b/cat/run-cat-locally index be60d076..7c31aaf9 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); |