Without this users of dash (or similar?) as /bin/sh will get 'substitution' warnings. diff --git a/cg-patch b/cg-patch --- a/cg-patch +++ b/cg-patch @@ -128,7 +128,7 @@ wait touchfiles="$(git-ls-files --deleted | join -v 2 $gonefile -)" [ "$touchfiles" ] && touch $touchfiles -cat $todo | xargs -0 sh -c ' +cat $todo | xargs -0 bash -c ' while [ "$1" ]; do op="$1"; shift; case "$op" in - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Sun Jun 05 17:46:06 2005
This archive was generated by hypermail 2.1.8 : 2005-06-05 17:46:08 EST