mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Quote variables.
This commit is contained in:
@@ -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 | \
|
||||||
|
|||||||
Reference in New Issue
Block a user