All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cogitio: sh != bash
@ 2005-06-05  7:45 Chris Wedgwood
  0 siblings, 0 replies; only message in thread
From: Chris Wedgwood @ 2005-06-05  7:45 UTC (permalink / raw)
  To: Petr Baudis; +Cc: Git Mailing List

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-05  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-05  7:45 [PATCH] cogitio: sh != bash Chris Wedgwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.