Skip to content

Commit

Permalink
[fixup] Minor fixup to allow extra arguments for "other" interpreters.
Browse files Browse the repository at this point in the history
  • Loading branch information
cipriancraciun committed Feb 8, 2021
1 parent 605b324 commit af96624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sources/lib/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ func parseInterpreter_0 (_scriptletLabel string, _scriptletBody_0 string, _scrip
_errorReturn = errorf (0x505f52c6, "invalid interpreter for `%s`", _scriptletLabel)
return
}
} else {

_interpreterArgumentsExtraAllowed = true
}

if strings.IndexByte (_interpreterExecutable, os.PathSeparator) >= 0 {
Expand Down

0 comments on commit af96624

Please sign in to comment.