Quote variables.

This commit is contained in:
David Tomaschik
2015-08-30 19:03:38 -07:00
parent 1361fb8cc6
commit 4cbf297838

View File

@@ -35,8 +35,8 @@ function prerequisites {
function install_dir { function install_dir {
SRCDIR="${1}" SRCDIR="${1}"
find ${SRCDIR} \( -name .git -o \ find "${SRCDIR}" \( -name .git -o \
-path ${SRCDIR}/private_dotfiles -o \ -path "${SRCDIR}/private_dotfiles" -o \
-name install.sh -o \ -name install.sh -o \
-name .gitignore \) \ -name .gitignore \) \
-prune -o -type f -print | \ -prune -o -type f -print | \