mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
More for ITS#6026: test -x is unportable, use test -f.
See Info node (autoconf)Limitations of Builtins.
This commit is contained in:
parent
fb8a419e58
commit
74c3d458b1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user