Changeset 12933 in project
- Timestamp:
- 01/03/09 02:59:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chicken/trunk/chicken-install.scm
r12932 r12933 284 284 "") 285 285 (make-pathname (cdr e+d) (car e+d) "setup")))) 286 (print cmd)287 286 (system* (sprintf "~a" cmd))) 288 287 (when (and *run-tests* … … 292 291 (current-directory "tests") 293 292 (let ((cmd (sprintf "~a -s run.scm ~a" *csi* (car e+d)))) 294 (print cmd)295 293 (system* (sprintf "~a" cmd)))))) 296 294 *eggs+dirs*)))
Note: See TracChangeset
for help on using the changeset viewer.