Skip to content

Commit

Permalink
Export TERM in node-template-release.sh (paritytech#1711)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored and MTDK1 committed Apr 12, 2019
1 parent 1343735 commit 807e644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node-template-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

set -e

export TERM=xterm
PROJECT_ROOT=`git rev-parse --show-toplevel`

if [ "$#" -ne 1 ]; then
Expand All @@ -12,5 +13,4 @@ fi
PATH_TO_ARCHIVE=$(pwd)/$1
cd $PROJECT_ROOT/scripts/node-template-release

echo $PATH_TO_ARCHIVE
cargo run $PROJECT_ROOT/node-template $PATH_TO_ARCHIVE

0 comments on commit 807e644

Please sign in to comment.