From: Taylor R. Campbell Date: Wed, 29 Apr 2009 23:00:02 +0000 (+0000) Subject: Reflect changes made on AFS: Use `touch -r', not `chtime'. X-Git-Tag: 20090517-FFI~18 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2b514bd40d56f4e078a4f889563faa5294d353eb;p=mit-scheme.git Reflect changes made on AFS: Use `touch -r', not `chtime'. --- diff --git a/v7/dist/make-scmutils b/v7/dist/make-scmutils index 0c1ddb90d..3aa805b00 100755 --- a/v7/dist/make-scmutils +++ b/v7/dist/make-scmutils @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-scmutils,v 1.7 2008/08/27 14:16:36 riastradh Exp $ +# $Id: make-scmutils,v 1.8 2009/04/29 23:00:02 riastradh Exp $ # # Copyright 2001,2002,2004,2006 Massachusetts Institute of Technology # @@ -159,7 +159,7 @@ if [ ! -f "${STAMP_IMAGE}" ];then rm -f "${TFILE}" cat "${DIST_DIR}/copyright.${SUFFIX}" "${FILE}" \ > "${TFILE}" - chtime "${FILE}" "${TFILE}" 2> /dev/null + touch -r "${FILE}" "${TFILE}" 2> /dev/null fi done done