From 722b2016e450fcc5e994799b61eb1d7d4ede33db Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 24 Jan 2022 23:42:31 -0300 Subject: [PATCH] Remove comments --- scripts/bootstrap.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 20b4db1..6531b56 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -114,8 +114,6 @@ runUserScripts() { source "$script" done < <(find -H scripts -type f -print0) - # find -H scripts -type f -exec sh -c 'echo "2 source $1"' -sh {} \; - cd "$lastFolder" || { echo "Couldn't cd into '$lastFolder'." 1>&2 && exit 1; } fi }