From 1308da5062946cd56573894af89e98ba8ce45ac5 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 5 Dec 2019 21:05:02 +0100 Subject: Update modules-test to show cwd --- tools/build/modules-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/modules-test.pl b/tools/build/modules-test.pl index 1c8239b..3d70fcf 100644 --- a/tools/build/modules-test.pl +++ b/tools/build/modules-test.pl @@ -31,7 +31,7 @@ while (<>) { ); # Show the command that's going to be ran, for debugging purposes - print "@cmd\n"; + print "[" . getcwd . "] @cmd\n"; # Actually run the command my $exit = system "@cmd"; -- cgit v1.1