diff --git a/run.sh b/run.sh index fd3c8ec5..7c9b43f5 100755 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ echo "Getting initial dependencies..." system_has() { - type "${PWD##*/}" > /dev/null 2>&1 + type "$1" > /dev/null 2>&1 } if ! system_has git; then