diff options
Diffstat (limited to 'crypto/heimdal/install-sh')
-rwxr-xr-x | crypto/heimdal/install-sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/heimdal/install-sh b/crypto/heimdal/install-sh index 11870f1..398a88e 100755 --- a/crypto/heimdal/install-sh +++ b/crypto/heimdal/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" ] || [ -d "$src" ] + if [ -f $src -o -d $src ] then : else |