diff options
author | 2022-04-12 04:12:06 +0000 | |
---|---|---|
committer | 2022-04-12 04:12:06 +0000 | |
commit | ff9b488317f848c31f041040c15097f921a70dff (patch) | |
tree | 3bb50ff998ec806ce8dbe33ce5a745a507b92ee2 /deployment | |
parent | edb6c9a5f6b36ecd377bf30743e92a45ad9921b1 (diff) | |
parent | d6badb8c2851673674f114ab4179b2169d6d24f0 (diff) |
Merge "fixed oclip.sh execption on ubuntu"
Diffstat (limited to 'deployment')
-rwxr-xr-x | deployment/zip/src/main/release/bin/oclip.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/zip/src/main/release/bin/oclip.sh b/deployment/zip/src/main/release/bin/oclip.sh index e24cdb4a..2ae1a27c 100755 --- a/deployment/zip/src/main/release/bin/oclip.sh +++ b/deployment/zip/src/main/release/bin/oclip.sh @@ -31,6 +31,7 @@ fi CLASSPATH=${OPEN_CLI_HOME}/conf${SEP}${OPEN_CLI_HOME}${SEP}${OPEN_CLI_HOME}/docs export PATH=$OPEN_CLI_HOME/bin:$PATH +export TERM=xterm-color for entry in "$OPEN_CLI_HOME/lib"/* do |