Update init.sh

This commit is contained in:
budgidiere 2020-07-10 08:05:33 -05:00 committed by GitHub
parent 82af4c287b
commit e2db5348c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/bash
sourceBase=$(dirname $SOURCE)/../
cd ${basedir:-$sourceBase}
cd "${basedir:-$sourceBase}"
basedir=$(pwd -P)
cd -