X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/8bc393b21655cb67a6c0bb7ef450b94c366e7aff..7526dfcc57f8e86a90878078eacaf729072db49a:/devedit.pl?ds=inline 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; }