chiark
/
gitweb
/
~ian
/
topgit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4ee282
)
put die() messages to stderr
author
Bert Wesarg
<bert.wesarg@googlemail.com>
Sun, 3 Oct 2010 21:25:56 +0000
(23:25 +0200)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Sun, 3 Oct 2010 22:07:23 +0000
(
00:07
+0200)
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
tg.sh
patch
|
blob
|
history
diff --git
a/tg.sh
b/tg.sh
index b848f7863ae6f482dd7d37d4df9ebd07e91dc509..3718702e5cd20eb0aefcfbb36a77801411c88978 100644
(file)
--- a/
tg.sh
+++ b/
tg.sh
@@
-14,7
+14,7
@@
info()
die()
{
- info "fatal: $*"
+ info "fatal: $*"
>&2
exit 1
}