Changeset 13981 in project
- Timestamp:
- 03/28/09 10:25:44 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/branches/chicken-3/chicken-setup.scm
r13407 r13981 1092 1092 (print "downloading required extensions " reqs " ...") 1093 1093 (for-each (cut download-data *last-decent-host* <>) reqs) 1094 (print "installing required extensions ...") 1095 (for-each (cut install <>) (map ->string reqs)) ) 1094 (when (not *fetch-only*) 1095 (print "installing required extensions ...") 1096 (for-each (cut install <>) (map ->string reqs)))) 1096 1097 (download-data *last-decent-host* (first a))) ) 1097 1098 (else
Note: See TracChangeset
for help on using the changeset viewer.