git-update: Fix error return value and make the script exit on errors
authorRobert Swain <robert.swain@collabora.co.uk>
Fri, 12 Mar 2010 13:33:00 +0000 (13:33 +0000)
committerRobert Swain <robert.swain@collabora.co.uk>
Fri, 12 Mar 2010 13:33:00 +0000 (13:33 +0000)
commitcc05668e9d36d8bedcdcffa6ffea3d4c8db25b0c
tree35a095348d6e1fe600db25277fd88a29820ebee8
parent374b4b343f754917d4c35b693215410502eb36c0
git-update: Fix error return value and make the script exit on errors

Newer versions of BASH (4.x?) seem to dislike using -1 for a return. Even
though it's documented as being signed, BASH complains about it, so use
255 instead.
scripts/git-update.sh