Add script to gather data on release process
[policy/parent.git] / integration / src / release_scripts / generateCommit.sh
index 997a368..3277592 100755 (executable)
@@ -1,4 +1,4 @@
-SCRIPT_NAME=`basename $0`
+#!/bin/bash
 
 #
 # ============LICENSE_START================================================
@@ -20,6 +20,7 @@ SCRIPT_NAME=`basename $0`
 # ============LICENSE_END==================================================
 #
 
+SCRIPT_NAME=`basename $0`
 repo_location="./"
 
 usage()