diff options
-rwxr-xr-x | script/handle/make/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script/handle/make/config b/script/handle/make/config index 7841d822..59b44998 100755 --- a/script/handle/make/config +++ b/script/handle/make/config @@ -49,6 +49,7 @@ main() shift; project="${OPTARG}"; shift done [ -z "${mode}" ] && fail "mode not given (-m, -u, -b, -c or -x)" + [ -z "${project}" ] && fail "project name not specified" handle_dependencies $@ handle_targets |