Use character class for sed expression instead of \s
authorBen Walton <bdwalton@gmail.com>
Thu, 25 Oct 2012 15:58:19 +0000 (16:58 +0100)
committerJeff King <peff@peff.net>
Fri, 26 Oct 2012 12:38:15 +0000 (08:38 -0400)
Sed on Mac OS X doesn't handle \s in a sed expressions so use a more
portable character set expression instead.

Signed-off-by: Ben Walton <bdwalton@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
No differences found