From 2b514bd40d56f4e078a4f889563faa5294d353eb Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Wed, 29 Apr 2009 23:00:02 +0000 Subject: [PATCH] Reflect changes made on AFS: Use `touch -r', not `chtime'. --- v7/dist/make-scmutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1