projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c921608
)
Really check for /bin/sh5
author
Paul Park
<pjpark@mit.edu>
Tue, 13 Jun 1995 20:15:56 +0000
(20:15 +0000)
committer
Paul Park
<pjpark@mit.edu>
Tue, 13 Jun 1995 20:15:56 +0000
(20:15 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6054
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/berk_db/test/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/berk_db/test/Makefile.in
b/src/util/berk_db/test/Makefile.in
index a033b4be8f5344bc140c5b3cc0833d3ad20d31ea..68932c69a52bc168faa3eea7553c1e6dcf348dc8 100644
(file)
--- 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 ; \