7
7
# workstation, from scratch. The script lives in the LP codebase itself,
8
8
# as utilities/rocketfuel-setup
11
11
# So first, grab the output of 'bzr --version' and transform the
12
12
# version line, like "Bazaar (bzr) 1.16.1", into "1 16 1":
13
13
VER_RAW=`bzr --version | head -1 | sed -e 's/Bazaar (bzr) //g'`