Skip to content

Commit

Permalink
typo fi -> if
Browse files Browse the repository at this point in the history
  • Loading branch information
drewis committed May 7, 2012
1 parent d6996bf commit 93847e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion droidbuilder.sh
Expand Up @@ -187,7 +187,7 @@ for (( ii=0 ; ii < ${#TARGETLIST[@]} ; ii++ )) ; do
buildargs+=" NIGHTLY_BUILD=true"
fi

fi [ $KERNEL -eq 1 ]; then
if [ $KERNEL -eq 1 ]; then
buildargs+=" BUILD_KERNEL=true"
fi

Expand Down

0 comments on commit 93847e3

Please sign in to comment.