diff options
Diffstat (limited to 'script/handle/make')
-rwxr-xr-x | script/handle/make/file | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/script/handle/make/file b/script/handle/make/file index 3bb8030f..e09bd887 100755 --- a/script/handle/make/file +++ b/script/handle/make/file @@ -21,12 +21,11 @@ main() esac shift; project="${OPTARG}"; shift done - [ -z "${project}" ] && err "project name not specified" + [ $# -gt 0 ] && x_ ./handle make file ${_flag} ${@} handle_dependencies run_make_command - [ $# -gt 0 ] && x_ ./handle make file ${_flag} ${@} } handle_dependencies() |