fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38245?usp=email )
Change subject: gen_links.sh.inc: 'set -e' to abort on error ......................................................................
gen_links.sh.inc: 'set -e' to abort on error
We should not tolerate errors in '*/gen_links.sh' files.
Change-Id: Id9367e4c45c84dcbf1c308581360be73242c0d38 --- M gen_links.sh.inc 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/45/38245/1
diff --git a/gen_links.sh.inc b/gen_links.sh.inc index c21bcd6..f134427 100644 --- a/gen_links.sh.inc +++ b/gen_links.sh.inc @@ -16,6 +16,8 @@ # See the License for the specific language governing permissions and # limitations under the License.
+set -e + rm -f .gitignore
gen_link() {