Skip to content

Commit

Permalink
add bin env var
Browse files Browse the repository at this point in the history
  • Loading branch information
jrlagrone committed Aug 21, 2024
1 parent eee57ec commit e1d60a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/m3/applications/nbo/7.0/i4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prepend_path("PATH", root)
setenv("GENEXE", pathJoin(bin, "gennbo." .. int .. ".exe"))
setenv("NBOEXE", pathJoin(bin, "nbo7." .. int .. ".exe"))
setenv("INT", int)
setenv("NBOBIN", bin)

help([[Name: TCI/NBO Software (i4)
Version: 7.0
Expand Down
1 change: 1 addition & 0 deletions modules/m3/applications/nbo/7.0/i8.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ prepend_path("PATH", root)
setenv("GENEXE", pathJoin(bin, "gennbo." .. int .. ".exe"))
setenv("NBOEXE", pathJoin(bin, "nbo7." .. int .. ".exe"))
setenv("INT", int)
setenv("NBOBIN", bin)

help([[Name: TCI/NBO Software (i8)
Version: 7.0
Expand Down

0 comments on commit e1d60a4

Please sign in to comment.