diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 91c0cf1..d139a7c 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -148,6 +148,4 @@ runScript() { cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; } } -# runScript "$@" -checkForDependencies "whip" -exit $? +runScript "$@"