From 4cbf2978386e8bc8a747343b508efe9a3ffa0a8c Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sun, 30 Aug 2015 19:03:38 -0700 Subject: [PATCH] Quote variables. --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 0b8ea21..30c5376 100755 --- a/install.sh +++ b/install.sh @@ -35,8 +35,8 @@ function prerequisites { function install_dir { SRCDIR="${1}" - find ${SRCDIR} \( -name .git -o \ - -path ${SRCDIR}/private_dotfiles -o \ + find "${SRCDIR}" \( -name .git -o \ + -path "${SRCDIR}/private_dotfiles" -o \ -name install.sh -o \ -name .gitignore \) \ -prune -o -type f -print | \