]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Fix meteor/publish script
authorIskren Chernev <iskren.chernev@gmail.com>
Sun, 23 Nov 2014 05:44:44 +0000 (21:44 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Sun, 23 Nov 2014 05:44:44 +0000 (21:44 -0800)
meteor/publish.sh

index 749a1600b95fb20d16f623b1517ee4ec7b44aac8..90595afdda7269088ab13f1cc1ebf198b2dbbdca 100644 (file)
@@ -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