Minor comment correction

This commit is contained in:
Avital Oliver
2013-02-27 11:47:58 -08:00
committed by David Glasser
parent ee1d36adc3
commit b8612d7c84

View File

@@ -20,8 +20,8 @@ TOPDIR=$(pwd)
OUTDIR="$TOPDIR/dist/packages"
mkdir -p $OUTDIR
# A hacky (?) way to pass $ENGINE_VERSION back into build-release.sh.
# Contents set below
# A hacky (?) way to pass the release manifest chunk with package
# versions back into build-release.sh. Contents set below
if [ -e "$TOPDIR/.package_manifest_chunk" ]; then
rm "$TOPDIR/.package_manifest_chunk"
fi