From f4687ed9196806da8a6c1b0c47c4aebfc8cd0e01 Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Sun, 1 Jul 2018 17:32:23 -0400 Subject: [PATCH] The WRITE argument is second, not third. --- scripts/autogen_licences.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/autogen_licences.sh b/scripts/autogen_licences.sh index 6038164..1495505 100755 --- a/scripts/autogen_licences.sh +++ b/scripts/autogen_licences.sh @@ -30,7 +30,7 @@ fi DIRECTORY="$1" WRITE="" -if [ "$#" -ge 3 ]; then +if [ "$#" -ge 2 ]; then WRITE="$2" fi