Replace find -not by the POSIX-compliant find !.

This commit is contained in:
Grégoire Sutre 2013-08-12 14:29:36 +02:00
parent 418f86c659
commit 273349fe42
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2013-08-12 Grégoire Sutre <gregoire.sutre@gmail.com>
* autogen.sh: Replace find -not by the POSIX-compliant find !.
2013-08-12 Grégoire Sutre <gregoire.sutre@gmail.com>
Prevent shadowing of stdlib's devname(3) on BSD.