>> IMHO, it is bad practice to modify such parameters, even temporarily, > > OK, if you don't want the modify the real parameter, you can copy it, and > then freely modify the copy.
Yes, of course, but that can use far more memory (and does more copying) than necessary e.g., in the extreme case where the directory name is much longer than PATH_MAX. I do know that making the code simpler is sometimes worth incurring a performance hit. Don't worry :-) I'll fix it, one way or another. _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-coreutils
