X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9208d17fa98a4702675f86423d811ad7bffd73ce..93dd49ab29d96605ced5b23162ee772438637164:/config/install-sh diff --git a/config/install-sh b/config/install-sh index 398a88e1..11870f1b 100755 --- a/config/install-sh +++ b/config/install-sh @@ -128,7 +128,7 @@ else # might cause directories to be created, which would be especially bad # if $src (and thus $dsttmp) contains '*'. - if [ -f $src -o -d $src ] + if [ -f "$src" ] || [ -d "$src" ] then : else