aboutsummaryrefslogtreecommitdiff
path: root/tools/build/modules-test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/modules-test.pl')
-rw-r--r--tools/build/modules-test.pl2
1 files changed, 1 insertions, 1 deletions
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";