fix build from last night
This commit is contained in:
parent
ab340ceb0a
commit
87004ff7fd
6 changed files with 210 additions and 213 deletions
|
|
@ -95,7 +95,7 @@ func main() {
|
|||
}
|
||||
|
||||
dyn_prompt := ast.GetFunction("_SH_PROMPT", funcs)
|
||||
if dyn_prompt == nil || dyn_prompt.Args != 0 {
|
||||
if dyn_prompt == nil || dyn_prompt.NumArgs != 0 {
|
||||
dyn_prompt = nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue