From d6badb8c2851673674f114ab4179b2169d6d24f0 Mon Sep 17 00:00:00 2001 From: sharath reddy Date: Fri, 8 Apr 2022 11:58:50 +0530 Subject: [PATCH 1/1] fixed oclip.sh execption on ubuntu Issue-ID: CLI-442 report: tested weather-report, execution-list Signed-off-by: sharath reddy Change-Id: If515f8c2b66861d5c548993dd509c57d31c82d4a --- deployment/zip/src/main/release/bin/oclip.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.16.6