mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
release process: export env var used by subcommand
This commit is contained in:
@@ -16,7 +16,7 @@ set -u
|
||||
# cd to top level dir
|
||||
cd `dirname $0`
|
||||
cd ../..
|
||||
TOPDIR=$(pwd)
|
||||
export TOPDIR=$(pwd)
|
||||
|
||||
OUTDIR="$TOPDIR/dist/packages"
|
||||
mkdir -p $OUTDIR
|
||||
|
||||
Reference in New Issue
Block a user