?= doesn't work on Darwin sh.

Originally committed to SVN as r2709.
This commit is contained in:
Amar Takhar 2009-01-28 23:33:51 +00:00
parent 79ee6c4337
commit 9b57c7807f
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@ PKG_DIR=${1}.app
SKEL_DIR="packages/osx_bundle"
AEGISUB_VERSION_DATA="${2}"
SRCDIR=`pwd`
CC?=cc
if test -z "${CC}"; then
CC="cc"
fi
if ! test -d packages/osx_bundle; then
echo