Git development
 help / color / mirror / Atom feed
* [TopGit PATCH] put die() messages to stderr
@ 2008-11-21 10:05 Bert Wesarg
  2008-11-21 12:36 ` martin f krafft
  0 siblings, 1 reply; 4+ messages in thread
From: Bert Wesarg @ 2008-11-21 10:05 UTC (permalink / raw)
  To: Petr Baudis, Petr Baudis; +Cc: Bert Wesarg, git

Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>

---
 tg.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tg.sh b/tg.sh
index 4dcc15e..21294f9 100644
--- a/tg.sh
+++ b/tg.sh
@@ -13,7 +13,7 @@ info()
 
 die()
 {
-	info "fatal: $*"
+	info "fatal: $*" >&2
 	exit 1
 }
 
-- 
tg: (f17218e..) bw/die-to-stderr (depends on: master)

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-21 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-21 10:05 [TopGit PATCH] put die() messages to stderr Bert Wesarg
2008-11-21 12:36 ` martin f krafft
2008-11-21 13:28   ` Marc Weber
2008-11-21 13:56     ` martin f krafft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox