Update 'install.sh'

This commit is contained in:
Jeffrey Paul 2021-09-10 22:29:29 +00:00
parent 0d53d60bec
commit 9005f09844
1 changed files with 1 additions and 1 deletions

View File

@ -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"