From: Iskren Chernev Date: Sun, 23 Nov 2014 05:44:44 +0000 (-0800) Subject: Fix meteor/publish script X-Git-Tag: 2.9.0~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b30d9205f333fe63a50e8b18121c5cea48c0574;p=thirdparty%2Fmoment.git Fix meteor/publish script --- diff --git a/meteor/publish.sh b/meteor/publish.sh index 749a1600b..90595afdd 100644 --- a/meteor/publish.sh +++ b/meteor/publish.sh @@ -5,7 +5,7 @@ type meteor >/dev/null 2>&1 || { curl https://install.meteor.com/ | sh; } # sanity check: make sure we're in the root directory of the checkout DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) -cd DIR/.. +cd $DIR/.. # move away the package.js for Dojo mv package.js package.dojo