Clark Boylan 26cf8cc7ed set +e around read in propose_translation_update.
The bash read builtin returns a non zero value when it reads EOF.
Because the script uses a heredoc read will always read an EOF and
always return a non zero value. This non zero value and set -e causes
the script to exit. Temporarily set +e to get around this.

Change-Id: I2fc2f57ec492ce05089b15bd5b721d27ad4b2be3
Reviewed-on: https://review.openstack.org/13298
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-09-19 18:23:26 +00:00
..
2012-08-07 06:19:37 +00:00
2012-06-05 22:59:46 +00:00
2012-08-18 13:58:28 +00:00
2012-09-11 13:39:53 +00:00
2012-07-27 13:12:16 -05:00
2012-06-05 22:59:46 +00:00
2012-06-27 10:12:53 -07:00
2012-08-24 17:47:11 +00:00