From fff603a199c908ed2cc44fba5b49c487e2d25007 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 1 Feb 2022 16:24:39 -0300 Subject: [PATCH] Remove comments --- scripts/bootstrap.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 "$@"