summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/install-sh
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-11-24 20:59:25 +0000
committernectar <nectar@FreeBSD.org>2002-11-24 20:59:25 +0000
commit1abd325d288bd51f6ca702d7fbf296a6f47f7e74 (patch)
tree1e090f07ab7ae3acaf4198828984ee6fe1b1d084 /crypto/heimdal/install-sh
parent3d945415d6fa7a88b4754fd38a897dafd21685f7 (diff)
downloadFreeBSD-src-1abd325d288bd51f6ca702d7fbf296a6f47f7e74.zip
FreeBSD-src-1abd325d288bd51f6ca702d7fbf296a6f47f7e74.tar.gz
Import of Heimdal 0.5.1.
Approved by: re
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