[Openmcl-cvs-notifications] r10782 - /trunk/source/tools/asdf-install/variables.lisp

rme at clozure.com rme at clozure.com
Wed Sep 17 02:07:55 EDT 2008


Author: rme
Date: Wed Sep 17 02:07:54 2008
New Revision: 10782

Log:
Add /usr/local/bin to shell search patch.  (From ticket:302).

Modified:
    trunk/source/tools/asdf-install/variables.lisp

Modified: trunk/source/tools/asdf-install/variables.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/tools/asdf-install/variables.lisp (original)
+++ trunk/source/tools/asdf-install/variables.lisp Wed Sep 17 02:07:54 2008
@@ -48,7 +48,8 @@
 =

 ;; bin first
 (defvar *shell-search-paths* '((:absolute "bin")
-                               (:absolute "usr" "bin"))
+                               (:absolute "usr" "bin")
+			       (:absolute "usr" "local" "bin"))
   "A list of places to look for shell commands.")
 =

 (defvar *gnu-tar-program*



More information about the Openmcl-cvs-notifications mailing list