Skip to content

Commit

Permalink
Acutally use the env var for debug port
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Jackson committed Apr 23, 2019
1 parent 295c6a6 commit 3860573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/remote_debug_wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package require remotedebug 2.0

set port 2345
if { [info exists ::env(TCLPRO_DEBUG_PORT)] } {
set port 2345
set port $::env(TCLPRO_DEBUG_PORT)
}

puts stderr "Listening for connections on $port"
Expand Down

0 comments on commit 3860573

Please sign in to comment.