chiark / gitweb /
tg-info: fix sed typo
authorJonathan Nieder <jrnieder@uchicago.edu>
Wed, 13 Aug 2008 05:16:33 +0000 (00:16 -0500)
committerPetr Baudis <pasky@suse.cz>
Wed, 20 Aug 2008 23:42:45 +0000 (01:42 +0200)
commit79d8863bc03a37907632394c4fb7aad4ecf37240
tree339d965b5c0a522291961bedd134f1fd7c2a34e3
parenta93c254df082ee5b1c6599e0ff045a6e1e203665
tg-info: fix sed typo

There was a semicolon missing before a closing brace.  The result
is an error message on some operating systems (e.g., Mac OS 10.3).

$ tg info
Topic Branch: t/some-topic (       2/       2 commits)
Subject: [PATCH] t/some-topic
Base: 082a7c9
sed: 1: "1{s/^/Depends: /;n}; s/ ...": extra characters a
t the end of n command

Signed-off-by: Jonathan Nieder <jrnieder@uchicago.edu>
tg-info.sh