diff --git a/scripts/release_notes.sh b/scripts/release_notes.sh index 9ca32594..2bc8d687 100755 --- a/scripts/release_notes.sh +++ b/scripts/release_notes.sh @@ -1,3 +1,5 @@ +#!/bin/bash +# # Copyright (c) 2017 Intel Corporation # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,8 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash - script_dir=$(dirname "$0") source "${script_dir}/../versions.txt"