diff options
-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 7945463c..9467ad6a 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); |