From a14f8687a3c7dc82423253350a0ec50d602d679a Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 2 Nov 1994 01:22:47 +0000 Subject: [PATCH] touch the library first, before running $aradd, in case changing the mod time of the library after running $aradd causes problems on some systems. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4608 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/ChangeLog | 4 ++++ src/util/libupdate.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/util/ChangeLog b/src/util/ChangeLog index 1d820d128..5239085a9 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,5 +1,9 @@ Tue Nov 1 14:49:00 1994 (tytso@rsx-11) + * libupdate.sh: touch the library first, before running $aradd, in + case changing the mod time of the library after running + $aradd causes problems on some systems. + * libupdate.sh: Change use of "head -1" to "sed 1q" * configure.in: diff --git a/src/util/libupdate.sh b/src/util/libupdate.sh index b8fc5158d..b036a5892 100644 --- a/src/util/libupdate.sh +++ b/src/util/libupdate.sh @@ -30,9 +30,9 @@ fi echo "Updating library $library from $oblist" +touch $library $arcmd $library `cat $oblist | \ sed -e "s;^\([^ ]*\);$dir/\1;g" -e "s; \([^ ]*\); $dir/\1;g"` -touch $library -- 2.26.2