X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9208d17fa98a4702675f86423d811ad7bffd73ce..b37e55423ba64c336e05fc757a10ff053db47357:/config/install-sh?ds=sidebyside 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