mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
perl -pi -e 's/SKYBREAK/METEOR/g' meteor
This commit is contained in:
6
meteor
6
meteor
@@ -71,12 +71,12 @@ if [ -d "$SCRIPT_DIR/.git" ]; then
|
||||
fi
|
||||
|
||||
DEV_BUNDLE="$SCRIPT_DIR/dev_bundle"
|
||||
SKYBREAK="$SCRIPT_DIR/app/meteor/meteor.js"
|
||||
METEOR="$SCRIPT_DIR/app/meteor/meteor.js"
|
||||
else
|
||||
# In an install
|
||||
DEV_BUNDLE=$(dirname "$SCRIPT_DIR")
|
||||
SKYBREAK="$DEV_BUNDLE/app/meteor/meteor.js"
|
||||
METEOR="$DEV_BUNDLE/app/meteor/meteor.js"
|
||||
fi
|
||||
|
||||
export NODE_PATH="$DEV_BUNDLE/lib/node_modules"
|
||||
exec "$DEV_BUNDLE/bin/node" "$SKYBREAK" "$@"
|
||||
exec "$DEV_BUNDLE/bin/node" "$METEOR" "$@"
|
||||
|
||||
Reference in New Issue
Block a user