Skip to content

Commit

Permalink
make -n para works
Browse files Browse the repository at this point in the history
  • Loading branch information
williamzhang2013 authored and williamzhang2013 committed Oct 16, 2013
1 parent 6ddd472 commit 41ab6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-build
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ fi
compiled_path=${build_path}/${appdirname}

#是否clean
if [ "$build_config" = "y" ];then
if [ "$should_clean" = "y" ];then
xcodebuild clean
fi

Expand Down

0 comments on commit 41ab6d9

Please sign in to comment.