commit | c76e0fc8a72339958b522f42fd09af4b81bab8dc | [log] [tgz] |
---|---|---|
author | Greg Kaiser <[email protected]> | Tue Apr 05 06:16:38 2016 -0700 |
committer | Greg Kaiser <[email protected]> | Wed Apr 06 09:40:52 2016 -0700 |
tree | 5d7a8d3161b59706f2030f1848bb0dca95cb426d | |
parent | 3913708cf43b71ab38e34edbcfd3ce95f992fba8 [diff] |
contexthub: Be paranoid with bash scripts We add "set -u" to our bash scripts. This will make the script terminate with failure in the case of an unknown variable, instead of silently evaluating that variable as 0. These scripts are running cleanly now, but we add this to catch potential typos in future maintenance. Change-Id: Icc79cf371b620ef53148baa1b43f01858f53029d