From b0ed9bc8166c7e020c6f2bbfd09edc4a2732b112 Mon Sep 17 00:00:00 2001 From: Tadashi Koike Date: Sat, 31 Oct 2009 21:00:46 +0900 Subject: [PATCH] (gast_make) : bug fix about -j option without an argument. --- gast_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gast_make b/gast_make index 33a8cdd..ff321ab 100755 --- a/gast_make +++ b/gast_make @@ -140,7 +140,7 @@ do if [ -n "${next_is_jobs_flg}" ]; then next_is_jobs_flg= case "${arg}" in - -*) : + -*) new_args[${idx}-1]="-j1" ;; *) new_args[$idx]="1" ;; -- 2.11.0