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