]> git.ipfire.org Git - thirdparty/git.git/commit
instaweb: fix unportable ';' usage in sed
authorEric Wong <normalperson@yhbt.net>
Sun, 2 Jul 2006 11:56:16 +0000 (04:56 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Jul 2006 18:04:56 +0000 (11:04 -0700)
commit6ee030d68adc1fb51c3abda458999fa7afc43db5
tree0b4bdce97798c94618b094013248f70fb393daf0
parent07002287f3e219a16a948a8a6eca0a41162a491f
instaweb: fix unportable ';' usage in sed

Hint taken from Johannes.  I've tested this with sed --posix on
my system with GNU sed and it works fine with and also without
it.  Further portability testing/review would be good.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-instaweb.sh