Skip to content

Commit

Permalink
Issue #673: Fix tcl2lua.tcl back to standard defs of path_to_lua and …
Browse files Browse the repository at this point in the history
…path_to_lmod
  • Loading branch information
Robert McLay committed Nov 6, 2023
1 parent 9efc28a commit 79979b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tcl2lua.tcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/tclsh
#!/usr/bin/env tclsh

#------------------------------------------------------------------------
# Lmod License
Expand Down Expand Up @@ -39,8 +39,8 @@ global g_moduleT g_setup_moduleT g_lua_cmd env g_my_cmd
global g_envT g_envClrT

set g_setup_moduleT 0
set g_lua_cmd "/usr/bin/lua"
set g_lmod_cmd "/usr/share/lmod/8.7.31/libexec/lmod"
set g_lua_cmd "@path_to_lua@"
set g_lmod_cmd "@path_to_lmod@"
set g_my_cmd $argv0
set g_envT [dict create]
set g_envClrT [dict create]
Expand Down

0 comments on commit 79979b4

Please sign in to comment.