From 9005f09844fcf7c52c5f2550bed7ab821f18cd64 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Fri, 10 Sep 2021 22:29:29 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 613ea18..642b512 100644 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ function run_install { touch $HOME/Library/profile.d/000keep.sh # run modular setup scripts - for FN in "$HOME/Library/user-setup/*.sh" ; do + for FN in "$HOME/Library/user-setup/"*.sh ; do echo "new-user-setup: starting $(basename "$FN")..." # we used to run these in a subshell but not we don't because we want the environment to persist between source "$FN"