Set DEFAULT-LIB-DIRS to a useful default

This commit is contained in:
mainzelm 2003-10-15 08:00:58 +00:00
parent 3198c650f8
commit 9d206dae0c
1 changed files with 1 additions and 3 deletions

View File

@ -181,13 +181,11 @@
(values (reverse switches) #f #f top-entry '())))) (values (reverse switches) #f #f top-entry '()))))
(define default-lib-dirs 'unset-default-lib-dirs) (define default-lib-dirs '("/usr/local/lib/scsh/modules/"))
(define (set-default-lib-dirs! path-list) (define (set-default-lib-dirs! path-list)
(set! default-lib-dirs path-list)) (set! default-lib-dirs path-list))
; '("/usr/local/lib/scsh/modules/"))
;;; Do each -ds, -dm, -de, -o, -n, -m, -l/lm/ll, +lp/+lpe/lp+/lpe+, or ;;; Do each -ds, -dm, -de, -o, -n, -m, -l/lm/ll, +lp/+lpe/lp+/lpe+, or
;;; -lp-clear/lp-default switch, and return the final result package and a ;;; -lp-clear/lp-default switch, and return the final result package and a
;;; flag saying if the script was loaded by a -ds, -dm, or -de. ;;; flag saying if the script was loaded by a -ds, -dm, or -de.