diff --git a/launchPackager.command b/launchPackager.command index ec0f417a..0d08a298 100755 --- a/launchPackager.command +++ b/launchPackager.command @@ -12,7 +12,9 @@ echo -en "\033]0;React Packager\a" clear THIS_DIR=$(dirname "$0") -$THIS_DIR/packager.sh +pushd $THIS_DIR +source packager.sh +popd echo "Process terminated. Press to close the window" read