Skip to content

Commit

Permalink
Unstash earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Dec 1, 2016
1 parent 899ee45 commit 0faf8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/static_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ srcdir=$PWD
wkdir=$(mktemp -d)

trap "rm -rf $wkdir" EXIT
trap "cd $srcdir && git stash pop" EXIT

set -x

git stash -u
tar cvf $wkdir/axe_${version}.tar .
git stash pop

cd $wkdir

Expand Down

0 comments on commit 0faf8e3

Please sign in to comment.