summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/install-sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/install-sh')
-rwxr-xr-xcrypto/heimdal/install-sh2
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
OpenPOWER on IntegriCloud