From 8d969bd573aa113ad25d34aaccc0efaf380fd068 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Sun, 15 Apr 2007 16:42:09 +0000 Subject: [PATCH] Change to the right directory before tarring the C files. --- v7/dist/make-c-files | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.25.1