call system executables from undefined function calls
This commit is contained in:
parent
40fba4716b
commit
ffef8a96e7
4 changed files with 26 additions and 16 deletions
|
|
@ -46,6 +46,8 @@ func setLogLvl() {
|
|||
}
|
||||
|
||||
func main() {
|
||||
ast.CallExecutablesFromUndefFuncCalls = true
|
||||
|
||||
debug := os.Getenv("SH_DEBUG_MODE")
|
||||
hist := os.Getenv("SH_HIST_FILE")
|
||||
prompt := os.Getenv("SHS_SH_PROMPT")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue