From: Chris Hanson Date: Sun, 7 Mar 2010 07:30:04 +0000 (-0800) Subject: Fix typos. X-Git-Tag: 20100708-Gtk~126^2~1 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e056617d72aff88e1e200caa47c44ebf02a275e4;p=mit-scheme.git Fix typos. --- diff --git a/dist/make-macosx-app b/dist/make-macosx-app index 5c0598b0f..d7515cd62 100755 --- a/dist/make-macosx-app +++ b/dist/make-macosx-app @@ -46,6 +46,7 @@ make_output_dir shift 2 OUT=${MACOSX_OUT}-${ARCH} +ARCH_BASE=${DIST_DIR}-${ARCH} compile () { @@ -55,9 +56,9 @@ compile () } notify "Compiling executable" -unpack_dist_file_to "${DIST_DIR}" "${DIST_DIR}" +unpack_dist_file_to "${ARCH_BASE}" "${DIST_DIR}" run_command "${OUT}"-compile "${DIST_DIR}"/src compile "${@}" notify "Building application bundle" run_command "${OUT}"-buildapp "${DIST_DIR}"/src etc/macosx/make-app.sh -my_mv "${DIST_DIR}"/src/mit-scheme.app mit-scheme-9.0-"${ARCH}".app +my_mv "${DIST_DIR}"/src/mit-scheme.app "${ARCH_BASE}".app