Skip to content

Commit

Permalink
fixed cocos2d#982: modify create-linux-eclipse-project.sh to support …
Browse files Browse the repository at this point in the history
…lua box2d and chipmunk
  • Loading branch information
minggo committed Feb 29, 2012
1 parent 5d45244 commit 99e297e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-linux-eclipse-project.sh
@@ -1,9 +1,9 @@
#!/bin/sh
#!/bin/bash
# This script should be called by create-android-project.bat
# or should be runned in linux shell. It can not be runned under
# cygwin.
# Don't modify the script until you know what you do.

# set environment paramters

sh `pwd`/create-android-project.sh linux $@
bash `pwd`/create-android-project.sh -linux $@

0 comments on commit 99e297e

Please sign in to comment.