Skip to content

Commit

Permalink
Merge pull request #188 from walterdolce/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect assignment
  • Loading branch information
rlktradewright committed Dec 2, 2022
2 parents 48b5d94 + 746d248 commit fae1e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/scripts/ibcstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if [ "$os" = "$OS_LINUX" ]; then
else
if [ "$tws_path" = "" ]; then tws_path=~/Applications ;fi
if [ "$tws_settings_path" = "" ]; then tws_settings_path=~/Jts ;fi
tws_program_path = "${tws_path}/Trader Workstation ${tws_version}"
tws_program_path="${tws_path}/Trader Workstation ${tws_version}"
gateway_program_path="${tws_path}/IB Gateway ${tws_version}"
fi
if [ "$ibc_path" = "" ]; then ibc_path=/opt/ibc ;fi
Expand Down

0 comments on commit fae1e97

Please sign in to comment.