X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=cat%2Frun-cat-locally;h=9467ad6afd5e5d0f592ac090a5693e7d568f0421;hp=7945463cd388c042da65feaf26fb18b7e3232519;hb=290e8864fff8a390d6bbbe20fe9781a03edb4c6a;hpb=d29e9a552f5823d1d8cb8d4962cb1301bbf60b0e 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);