Initialize CWD on startup.
This commit is contained in:
parent
ebd33706cc
commit
f3e567e997
|
@ -49,7 +49,8 @@
|
|||
(lambda ()
|
||||
(with-autoreaping
|
||||
(lambda ()
|
||||
(install-env)
|
||||
(install-env)
|
||||
(initialize-cwd)
|
||||
(init-scsh-vars #f) ; Do it quietly.
|
||||
(start args))))))
|
||||
filename))
|
||||
|
|
|
@ -240,7 +240,7 @@
|
|||
(with-autoreaping
|
||||
(lambda ()
|
||||
(install-env)
|
||||
|
||||
(initialize-cwd)
|
||||
;; Have to do these before calling DO-SWITCHES, because actions
|
||||
;; performed while processing the switches may use these guys.
|
||||
(set-command-line-args!
|
||||
|
|
Loading…
Reference in New Issue