Skip to content

Commit

Permalink
[Fix](bangc-ops): fix nueware_home environment variable name. (Cambri…
Browse files Browse the repository at this point in the history
  • Loading branch information
DanieeelLiu authored Dec 27, 2022
1 parent b018d60 commit 4837817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ export CPLUS_INCLUDE_PATH=${BANGPY_HOME}/include/:${CPLUS_INCLUDE_PATH}
export PYTHONPATH=${BANGPY_HOME}:${PYTHONPATH}
if [[ -z ${NEUWARE_HOME} ]]; then
export NEUWARE_HOME=/usr/local/neuware
echo "set env 'NEUWRAE_HOME' to default: ${NEUWARE_HOME}."
echo "set env 'NEUWARE_HOME' to default: ${NEUWARE_HOME}."
else
echo "env 'NEUWRAE_HOME': ${NEUWARE_HOME}."
echo "env 'NEUWARE_HOME': ${NEUWARE_HOME}."
fi

export PATH=${NEUWARE_HOME}/bin:${PATH}
Expand Down

0 comments on commit 4837817

Please sign in to comment.