Whamcloud - gitweb
LU-422 broken lines need continuations
authorBrian J. Murrell <brian@whamcloud.com>
Thu, 16 Jun 2011 12:32:47 +0000 (08:32 -0400)
committerJohann Lombardi <johann@whamcloud.com>
Mon, 20 Jun 2011 09:15:58 +0000 (02:15 -0700)
commit5b04698aea784fff3af42cd75f465b237b5cce14
treec0e4bbf473d73dc3c6e38172d4879d6100416de2
parent66925cf4f325f3951d7bcb8fb9104e2cda4ee98e
LU-422 broken lines need continuations

In commit fb7a499bf47530b9eee162990c8f1815b643d30e there was a sed
introduced that was broken across several lines with no line
continuations:

ver=$(echo $ver |
sed -e 's/^v(.*)/\1/'
-e 's/_RC[0-9].*$//'
-e 's/_/./g')

This is, of course, incorrect.

Signed-off-by: Brian J. Murrell <brian@whamcloud.com>
Change-Id: I7dab960da5ca5fbe7b1852873f72487fd753e415
Reviewed-on: http://review.whamcloud.com/949
Tested-by: Hudson
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Johann Lombardi <johann@whamcloud.com>
build/extract_patches