aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-12-05 21:05:02 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-12-05 21:05:02 +0100
commit1308da5062946cd56573894af89e98ba8ce45ac5 (patch)
tree30f29d0405c85d76e55e85da152ea660d8c39f52
parent4f00646962d0bad4972be457aa244fc58b3c35ab (diff)
Update modules-test to show cwd
-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";