~ chicken-core (chicken-5) /tests/programs-path.scm
Trap1(define (executable-path exe)2 (string-append "../"3 (or (get-environment-variable "PROGRAM_PREFIX") "")4 exe5 (or (get-environment-variable "PROGRAM_SUFFIX") "")))67(define chicken-path (executable-path "chicken"))8(define csc-path (executable-path "csc"))9(define csi-path (executable-path "csi"))