mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Minor comment correction
This commit is contained in:
committed by
David Glasser
parent
ee1d36adc3
commit
b8612d7c84
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user