diff options
Diffstat (limited to 'jjb/armband/armband-deploy.sh')
-rwxr-xr-x | jjb/armband/armband-deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jjb/armband/armband-deploy.sh b/jjb/armband/armband-deploy.sh index 4041a6b14..41ec0f23c 100755 --- a/jjb/armband/armband-deploy.sh +++ b/jjb/armband/armband-deploy.sh @@ -12,6 +12,8 @@ set -o errexit set -o nounset set -o pipefail +export TERM="vt220" + # source the file so we get OPNFV vars source latest.properties |