X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=cat%2Frun-cat-locally;h=9467ad6afd5e5d0f592ac090a5693e7d568f0421;hp=7945463cd388c042da65feaf26fb18b7e3232519;hb=53f670c33ad8609c9733aa8e8e3555091fdc9f87;hpb=3bd883f344a5d6f155f7252e8a478d5b7935d7c6 diff --git a/cat/run-cat-locally b/cat/run-cat-locally index 7945463..9467ad6 100755 --- a/cat/run-cat-locally +++ b/cat/run-cat-locally @@ -50,4 +50,4 @@ $ENV{LD_LIBRARY_PATH} = $path.'/src/.libs'; $ENV{LIBGUESTFS_PATH} = $path.'/appliance'; #print (join " ", ("$path/$tool/virt-$tool", @ARGV), "\n"); -exec('perl', "$path/$tool/virt-$tool", @ARGV); +exec("$path/$tool/virt-$tool", @ARGV);