More for ITS#6026: test -x is unportable, use test -f.

See Info node (autoconf)Limitations of Builtins.
This commit is contained in:
Hallvard Furuseth 2009-03-20 17:25:02 +00:00
parent fb8a419e58
commit 74c3d458b1

View File

@ -31,7 +31,7 @@ for CMD in $SRCDIR/scripts/test*; do
*.bak) continue;;
*.orig) continue;;
*.sav) continue;;
*) test -x "$CMD" || continue;;
*) test -f "$CMD" || continue;;
esac
# remove cruft from prior test