Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Fix typo in build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwu committed May 23, 2012
1 parent 73465cf commit d25b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $ret -ne 0 ]; then
echo If all else fails, use \|rm -rf objdir-gecko\| to clobber gecko and \|rm -rf out\| to clobber everything else.
else
if echo $DEVICE | grep generic > /dev/null ; then
Run \|./run-emulator.sh\| to start the emulator
echo Run \|./run-emulator.sh\| to start the emulator
exit 0
fi
case "$1" in
Expand Down

0 comments on commit d25b7e8

Please sign in to comment.