From: Paul Park Date: Tue, 13 Jun 1995 20:15:56 +0000 (+0000) Subject: Really check for /bin/sh5 X-Git-Tag: krb5-1.0-beta6~1755 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e90c33965c317cf0f763df82ece16815187c2eb8;p=krb5.git Really check for /bin/sh5 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6054 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/berk_db/test/Makefile.in b/src/util/berk_db/test/Makefile.in index a033b4be8..68932c69a 100644 --- a/src/util/berk_db/test/Makefile.in +++ b/src/util/berk_db/test/Makefile.in @@ -25,7 +25,7 @@ clean:: ${OBJS}: Makefile check:: dbtest - if [ -x /bin/sh5 ] ; then \ + if [ -f /bin/sh5 ] ; then \ /bin/sh5 $(srcdir)/run.test hash ; \ else \ /bin/sh $(srcdir)/run.test hash ; \