Update install.pl

This commit is contained in:
2020-07-12 16:49:29 +01:00
committed by GitHub
parent 7b90d7ce54
commit 5cfa5e8a0e

View File

@@ -31,6 +31,7 @@ sub execute {
my $command = $log_path ne '' my $command = $log_path ne ''
? "$_[0] &> $log_path" ? "$_[0] &> $log_path"
: $_[0]; : $_[0];
print "# $command\n";
return system($command); return system($command);
} }