diff --git a/install.pl b/install.pl index bfcf658..5e7a3f4 100755 --- a/install.pl +++ b/install.pl @@ -31,6 +31,7 @@ sub execute { my $command = $log_path ne '' ? "$_[0] &> $log_path" : $_[0]; + print "# $command\n"; return system($command); }