aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.file-metadatabin3956 -> 3956 bytes
-rwxr-xr-xfor-group2
2 files changed, 1 insertions, 1 deletions
diff --git a/.file-metadata b/.file-metadata
index 00ab153..e1db277 100644
--- a/.file-metadata
+++ b/.file-metadata
Binary files differ
diff --git a/for-group b/for-group
index 4ada15f..7aaf206 100755
--- a/for-group
+++ b/for-group
@@ -66,7 +66,7 @@ testfile=".reproducible-pipeline-group-test"
if sg "$1" "echo test > $testfile"; then
rm $testfile
if [ "x$2" = xconfigure ]; then script="./configure"
- elif [ "x$2" = xmake ]; then script=".local/bin/make $3"
+ elif [ "x$2" = xmake ]; then script=".local/bin/make $3 $4"
else
echo "$0: a third argument is necessary."
echo "It specifies the action: either 'configure' or 'make'"