* gendistlist.sh: Use POSIX compliant `!' instead of `-not' in
the `find' command.
+2009-12-17 Felix Zielcke <fzielcke@z-51.de>
+
+ * gendistlist.sh: Use POSIX compliant `!' instead of `-not' in
+ the `find' command.
+
2009-12-16 Vladimir Serbinenko <phcoder@gmail.com>
UUID support for HFS.
cd $dir
for dir in $DISTDIRS; do
- for d in `find $dir -type d -not -name .svn -not -name .bzr | sort`; do
+ for d in `find $dir -type d ! -name .svn ! -name .bzr | sort`; do
find $d -maxdepth 1 -name '*.[chSy]' -o -name '*.mk' -o -name '*.rmk' \
-o -name '*.rb' -o -name '*.in' -o -name '*.tex' -o -name '*.texi' \
-o -name '*.info' -o -name 'grub.cfg' -o -name 'README' \