From 335759202e1a9800c10ff9ade61f8d2e8429e9a5 Mon Sep 17 00:00:00 2001 From: Kenji Rikitake Date: Sun, 9 Mar 2014 03:09:40 +0900 Subject: [PATCH] Update Makefile * Fix a disasterous typo of root bash to just bash. Sorry about that... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 786cb6c..2b946ec 100644 --- a/Makefile +++ b/Makefile @@ -166,7 +166,7 @@ test: all concuerror: printf "\ - #%c/usr/bin/env /bash\n\n\ + #%c/usr/bin/env bash\n\n\ Date=\$$(date +%%s%%N)\n\ Name=\"$(APP_STRING)\$$Date\"\n\ Cookie=\"$(APP_STRING)Cookie\"\n\n\