Remove the need for realpath

This commit is contained in:
Zachary Gershman
2016-06-21 08:00:20 -07:00
parent 7c95978718
commit 8704d73512

View File

@@ -6,7 +6,7 @@ not_installed() {
! command -v $1 > /dev/null 2>&1 ! command -v $1 > /dev/null 2>&1
} }
github_release_resource_dir=$(realpath $(dirname $(dirname $0))) github_release_resource_dir=$(cd $(dirname $0)/.. && pwd)
if not_installed ginkgo; then if not_installed ginkgo; then
echo "# ginkgo is not installed! run the following command:" echo "# ginkgo is not installed! run the following command:"