Differences From Artifact [a247eee08b]:
- Executable file utils/mk_wrapper — part of check-in [7a74b8e952] at 2018-03-26 10:46:58 on branch v1.65-modularization — Added missing copyright notices (user: mrwellan, size: 2681) [annotate] [blame] [check-ins using] [more...]
To Artifact [19d546f47d]:
- Executable file utils/mk_wrapper — part of check-in [1f8f21e43e] at 2018-12-18 18:13:48 on branch v2.01-local-mtfiles — removed CHICKEN_REPOSITORY from cfg.sh now that we have a better solution (user: bjbarcla, size: 2678) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | - + | cmd=$2 target=$3 cfgfile="$prefix/bin/.$(lsb_release -sr)/cfg.sh" if [ "$LD_LIBRARY_PATH" != "" ];then echo "INFO: Using LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >&2 ( cat << __EOF |
︙ |