From 3aa5761f6ce2cbd52701f0ad472222155f994244 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Wed, 26 Apr 2023 01:41:41 -0700 Subject: [PATCH] changed install file enumeration --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 7c24a6c..8e21f15 100755 --- a/install.sh +++ b/install.sh @@ -288,8 +288,8 @@ userinstall(){ # Copy bashrc scripts to home folder #cp -r ${rundir}/lib/skel/* $HOME/ - for file in `find ${rundir}/lib/skel/ -print` ; do - install-file $file $HOME + for file in "$rundir"/lib/skel/* ; do + install-dir $file $HOME done # Check for dependent applications and warn user if any are missing