From 5cfa5e8a0ed7950ac66a0c5b34a43991998f8731 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sun, 12 Jul 2020 16:49:29 +0100 Subject: [PATCH] Update install.pl --- install.pl | 1 + 1 file changed, 1 insertion(+) 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); }