xargs problems
Daniele Mezzetti
dm2@egeo.unipg.it
Mon Jul 20 13:40:00 GMT 1998
When installing Octave w/ Cyg19.1B I have found that the script
install_octave failed because in line
find $fcnfiledir -type f -print | xargs chmod 0644
xargs received in input a bit more that 9K of filenames.
any input > of this resulted in
XARGS provoked a stack error in module KERNEL32.DLL at 0137:bff725c5.
obviously all went right when I changed the line
find $fcnfiledir -type f -print | xargs --max-args=50 chmod 0644
but isn't it a bug?
------
dm2@unipg.it is Daniele Mezzetti
Strada delle Pulite 50
06125 Perugia, Italy
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list