From 1abd325d288bd51f6ca702d7fbf296a6f47f7e74 Mon Sep 17 00:00:00 2001 From: nectar Date: Sun, 24 Nov 2002 20:59:25 +0000 Subject: Import of Heimdal 0.5.1. Approved by: re --- crypto/heimdal/install-sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/heimdal/install-sh') 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 -- cgit v1.1