From: Chris Hanson Date: Sun, 22 Sep 2019 04:09:13 +0000 (-0700) Subject: Tweak my special hack. X-Git-Tag: mit-scheme-pucked-10.1.20~11^2~45 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e1aee03b0f85d80a317d8b8ab56acc9d5f16ebe3;p=mit-scheme.git Tweak my special hack. --- diff --git a/etc/run-three-stages b/etc/run-three-stages index 60054225f..1226ab7d9 100755 --- a/etc/run-three-stages +++ b/etc/run-three-stages @@ -65,7 +65,7 @@ echo "CONFIG_ARGS =" "${CONFIG_ARGS[@]}" # Hack for cph if which cpx > /dev/null; then - : ${COPY:="cpx -sq"} + : ${COPY:="cpx -sqE"} fi run_stage ()