mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +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;;
|
*.bak) continue;;
|
||||||
*.orig) continue;;
|
*.orig) continue;;
|
||||||
*.sav) continue;;
|
*.sav) continue;;
|
||||||
*) test -x "$CMD" || continue;;
|
*) test -f "$CMD" || continue;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# remove cruft from prior test
|
# remove cruft from prior test
|
||||||
|
Loading…
Reference in New Issue
Block a user