From 3ef147f4515b4615f0de1b7c82a2d12bc3cb3f40 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 11 Jun 2000 11:43:45 +0000 Subject: [PATCH] Avoid second invocation of cat. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85511 13f79535-47bb-0310-9956-ffa450edef68 --- build/fastgen.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build/fastgen.sh b/build/fastgen.sh index 66097e3606..8fa020a82b 100755 --- a/build/fastgen.sh +++ b/build/fastgen.sh @@ -75,15 +75,13 @@ for makefile in $@; do dir=`echo $makefile|sed 's%/*[^/][^/]*$%%'` test -d "$dir/" || $mkdir_p "$dir/" - (cat <$makefile top_srcdir = $top_srcdir top_builddir = $top_builddir srcdir = $top_srcdir/$dir builddir = $top_builddir/$dir VPATH = $top_srcdir/$dir EOF -)| cat - $top_srcdir/$makefile.in > $makefile touch "$top_builddir/$dir/.deps" - done -- 2.50.1