On Sat, Mar 19, 2011 at 7:08 PM, ryenus â <ryenus@xxxxxxxxx> wrote: > - Â Â Â Â Â Â Â for e in `cd "$PACKDIR" && find . -type f -name '*.pack' \ > + Â Â Â Â Â Â Â for e in `cd "$PACKDIR" && /usr/bin/find . -type f I'd rather have something like in test-lib.sh (with conditions) find() { /usr/bin/find "$@" } Even better, rewrite this script to C. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html