Ignore result of -e: It's not needed anyway and it may be a multiple value result.
This commit is contained in:
parent
4c90a345ec
commit
d57d0d9fbb
|
@ -372,9 +372,9 @@
|
|||
(scsh-exit-now 0)))
|
||||
|
||||
(top-entry ; There was a -e <entry>.
|
||||
(let ((result ((eval top-entry (interaction-environment))
|
||||
(command-line))))
|
||||
(scsh-exit-now 0)))
|
||||
((eval top-entry (interaction-environment))
|
||||
(command-line))
|
||||
(scsh-exit-now 0))
|
||||
|
||||
;; Otherwise, the script executed as it loaded,
|
||||
;; so we're done.
|
||||
|
|
Loading…
Reference in New Issue