Loading src/refred +1 −6 Original line number Diff line number Diff line Loading @@ -5,15 +5,10 @@ CONDA_ENVIRON=refred if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=refred-dev CMD=refred-gui shift # drop this argument elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa CMD=refred-gui shift # drop this argument else CMD=refred-gui fi fi # import library to do the real work Loading @@ -22,7 +17,7 @@ fi . /bin/nsd-app-wrap.sh # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "${CMD}" "$@") args=("${CONDA_ENVIRON}" "refred-gui" "$@") # launch the tool activate_and_launch "${args[@]}" Loading
src/refred +1 −6 Original line number Diff line number Diff line Loading @@ -5,15 +5,10 @@ CONDA_ENVIRON=refred if [ -n "$1" ]; then if [ "$1" == "--dev" ]; then CONDA_ENVIRON=refred-dev CMD=refred-gui shift # drop this argument elif [ "$1" == "--qa" ]; then CONDA_ENVIRON=refred-qa CMD=refred-gui shift # drop this argument else CMD=refred-gui fi fi # import library to do the real work Loading @@ -22,7 +17,7 @@ fi . /bin/nsd-app-wrap.sh # put together arguments - conda_env, application, argv args=("${CONDA_ENVIRON}" "${CMD}" "$@") args=("${CONDA_ENVIRON}" "refred-gui" "$@") # launch the tool activate_and_launch "${args[@]}"