Collin Funk wrote: > If someone wants to update these packages that would be nice. :) > > $ find . -name 'init.sh' | xargs grep -l 'mktemp -d -t -p' > ./cppi/tests/init.sh > ./diffutils/tests/init.sh > ./grep/tests/init.sh > ./parted/tests/init.sh > ./sed/testsuite/init.sh > ./vc-dwim/tests/init.sh > ./gzip/tests/init.sh > ./findutils/tests/init.sh
Rather than having to sync this file from gnulib manually, it would be better if the 'bootstrap.conf' file of each of the packages would contain an invocation of gnulib-tool --copy-file tests/init.sh This would make this sync automatic. Bruno