From: Taylor R. Campbell Date: Sun, 15 Apr 2007 16:42:09 +0000 (+0000) Subject: Change to the right directory before tarring the C files. X-Git-Tag: 20090517-FFI~648 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8d969bd573aa113ad25d34aaccc0efaf380fd068;p=mit-scheme.git Change to the right directory before tarring the C files. --- diff --git a/v7/dist/make-c-files b/v7/dist/make-c-files index d66116f4e..26d9be6e5 100644 --- a/v7/dist/make-c-files +++ b/v7/dist/make-c-files @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: make-c-files,v 1.3 2007/04/14 20:33:55 riastradh Exp $ +# $Id: make-c-files,v 1.4 2007/04/15 16:42:09 riastradh Exp $ # # Copyright 2007 Massachusetts Institute of Technology # @@ -78,6 +78,8 @@ if [ ! -f "${STAMP_C}" ]; then touch "${STAMP_C}" fi +cd "${TL_DIR}" + tarfile="${C_DIR}-c.tar.gz" zipfile="${C_DIR}-c.zip"