Skip to content

Commit

Permalink
ipa-build:fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchengfang committed May 7, 2013
1 parent 3299268 commit 6ddd472
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 @@ -174,7 +174,7 @@ build_cmd='xcodebuild'

if [ "$build_workspace" != "" ];then
#编译workspace
if ["$build_scheme" = ""];then
if [ "$build_scheme" = "" ];then
echo "Error! Must provide a scheme by -s option together when using -w option to compile a workspace."
exit 2
fi
Expand Down

0 comments on commit 6ddd472

Please sign in to comment.