commit | d8071eeb203bdd63bc5d1b59d3100c0f9d2069d8 | [log] [tgz] |
---|---|---|
author | Ian Maxon <imaxon@apache.org> | Wed Jun 24 17:39:05 2015 -0700 |
committer | Ian Maxon <imaxon@apache.org> | Mon Jun 29 11:50:48 2015 -0700 |
tree | 218081119b74d3fe635be73e7e93d91da0db692d | |
parent | ae85a1dc862c5430095fa9f4a38735a2bfe298f6 [diff] [blame] |
Make managix scripts properly executable Most of the scripts managix was using were missing the shebang at the beginning of the script. This can be problematic if one uses a shell besides bash. This patch fixes that. Change-Id: Ie7722f832d0d25bec049e123a0ed1570d0aeb650 Reviewed-on: https://asterix-gerrit.ics.uci.edu/286 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Raman Grover <ramangrover29@gmail.com>
diff --git a/asterix-events/src/main/resources/scripts/prepare.sh b/asterix-events/src/main/resources/scripts/prepare.sh index 9af8792..cde3f59 100644 --- a/asterix-events/src/main/resources/scripts/prepare.sh +++ b/asterix-events/src/main/resources/scripts/prepare.sh
@@ -1,3 +1,4 @@ +#!/usr/bin/env bash #/* # Copyright 2009-2013 by The Regents of the University of California # Licensed under the Apache License, Version 2.0 (the "License");