Skip to content

Commit

Permalink
Release.sh: pushd into the SOURCE_ROOT
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Feb 14, 2020
1 parent 80b253e commit b78d1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/release-tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
SOURCE_ROOT=$SCRIPT_DIR/../..
pushd $SCRIPT_DIR
pushd $SOURCE_ROOT

function error_out {
local code message
Expand Down

0 comments on commit b78d1ba

Please sign in to comment.