Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #516 from grahamwhaley/20170905_relscript_bash
Browse files Browse the repository at this point in the history
scripts: relnotes: fix /bin/bash line
  • Loading branch information
jodh-intel authored Sep 12, 2017
2 parents 0ebe4c4 + b9392f3 commit bc0b79c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release_notes.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash
#
# Copyright (c) 2017 Intel Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -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"
Expand Down

0 comments on commit bc0b79c

Please sign in to comment.