X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/8bc393b21655cb67a6c0bb7ef450b94c366e7aff..83ec581a72a596bbf24c4988a46887aeb269001d:/devedit.pl diff --git a/devedit.pl b/devedit.pl index 3eebb27..f2b3001 100644 --- a/devedit.pl +++ b/devedit.pl @@ -119,7 +119,7 @@ if(-e $temp_path || -l $temp_path) my $output = exec_command($command,\%data,$config); - # ... and show the output of the command + # ... and show its output print $$output; }