Commit e24745d6 authored by Rodolfo Carvalho's avatar Rodolfo Carvalho

Fix Bash script

Two lines got mixed together.
parent 8675adf1
......@@ -18,7 +18,9 @@
set -o errexit
set -o nounset
set -o pipefailscript_dir=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)
set -o pipefail
script_dir=$(cd $(dirname "${BASH_SOURCE}") && pwd -P)
cd "${script_dir}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment