[closure-cvs] CVS closure/src/glisp
emarsden
emarsden at common-lisp.net
Thu Jan 4 23:46:26 UTC 2007
Update of /project/closure/cvsroot/closure/src/glisp
In directory clnet:/tmp/cvs-serv12710/src/glisp
Modified Files:
dep-cmucl.lisp
Log Message:
Cleanups.
--- /project/closure/cvsroot/closure/src/glisp/dep-cmucl.lisp 2007/01/02 13:12:58 1.8
+++ /project/closure/cvsroot/closure/src/glisp/dep-cmucl.lisp 2007/01/04 23:46:26 1.9
@@ -65,7 +65,7 @@
(apply #'make-array length :element-type 'base-char options))
-(defun glisp:run-unix-shell-command (command)
+(defun glisp::run-unix-shell-command (command)
(ext:process-exit-code (ext:run-program "/bin/sh" (list "-c" command) :wait t :input nil :output nil)))
(defun glisp::getenv (string)
More information about the Closure-cvs
mailing list