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"