Blob Blame History Raw
--- ./src/utils.lisp.orig	2013-02-21 08:19:17.033451582 -0700
+++ ./src/utils.lisp	2013-02-21 08:36:17.004144822 -0700
@@ -413,7 +413,7 @@
 #+sbcl
 (defun chmod (prot file)
   (sb-ext:run-program
-   "chmod"
+   "/bin/chmod"
    (list prot (namestring file))
    :output nil :error nil :wait nil))