older versions of find require quotes on path for hiding hidden folders.

This commit is contained in:
2024-07-02 14:42:41 -04:00
parent 53ef274cba
commit 967245355a
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
# check for "-l" and "-h" in command prompt
followLinks="-H"
checkHidden="-not -path */.*/.git"
checkHidden="-not -path '*/.*/.git'"
while getopts "lh" option; do
case $option in
l)
+1 -1
View File
@@ -11,7 +11,7 @@
# check for "-l" and "-h" in command prompt
followLinks="-H"
checkHidden="-not -path */.*/.git"
checkHidden="-not -path '*/.*/.git'"
while getopts "lh" option; do
case $option in
l)
+1 -1
View File
@@ -11,7 +11,7 @@
# check for "-l" and "-h" in command prompt
followLinks="-H"
checkHidden="-not -path */.*/.git"
checkHidden="-not -path '*/.*/.git'"
while getopts "lh" option; do
case $option in
l)
+1 -1
View File
@@ -11,7 +11,7 @@
# check for "-l" and "-h" in command prompt
followLinks="-H"
checkHidden="-not -path */.*/.git"
checkHidden="-not -path '*/.*/.git'"
while getopts "lh" option; do
case $option in
l)