fixed issue updating packages on mac (no realpath)

This commit is contained in:
tigerbot 2017-07-13 12:39:38 -06:00
parent b5a99c4e9b
commit 95d5526f28
1 changed files with 1 additions and 1 deletions

View File

@ -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