]> git.draconx.ca Git - upkg.git/commitdiff
build: Don't use a semicolon after sed's 't' command.
authorNick Bowler <nbowler@draconx.ca>
Sun, 31 Jan 2010 21:52:05 +0000 (16:52 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 31 Jan 2010 21:52:05 +0000 (16:52 -0500)
Some (namely, FreeBSD's) sed implementations fail when a semicolon is
used after a 't' command.  This behaviour appears to be acceptable
according to POSIX, so appease these implementations by passing extra
-e options to sed.


No differences found