From 95d5526f288e9bcc3a3aaa6467403de53bcfb374 Mon Sep 17 00:00:00 2001 From: tigerbot Date: Thu, 13 Jul 2017 12:39:38 -0600 Subject: [PATCH] fixed issue updating packages on mac (no realpath) --- update-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-packages.sh b/update-packages.sh index 26a69b1..0365131 100755 --- a/update-packages.sh +++ b/update-packages.sh @@ -3,7 +3,7 @@ set -e set -u -pushd $(dirname $(realpath ${0}))/packages/assets +pushd $(dirname ${0})/packages/assets OAUTH3_GIT_URL="https://git.daplie.com/Oauth3/oauth3.js.git" git clone ${OAUTH3_GIT_URL} org.oauth3 || true