inclhack.tpl: insert spaces between `sed -e' and '...' Reported by Kaveh R.

* inclhack.tpl: insert spaces between `sed -e' and '...'
Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen

From-SVN: r26155
This commit is contained in:
Alexandre Oliva 1999-04-03 12:19:19 +00:00 committed by Alexandre Oliva
parent 3fccc06735
commit 706e665aee
5 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
Sat Apr 3 17:05:13 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
* inclhack.tpl: insert spaces between `sed -e' and '...'
Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fixinc/fixincl.sh, fixinc/fixincl.x, fixinc/inclhack.sh: regen
Sat Apr 3 14:54:46 1999 Craig Burley <craig@jcb-sc.com>
* tree.def (BLOCK): Fix typo in comment.

View File

@ -2,7 +2,7 @@
#
# DO NOT EDIT THIS FILE (fixincl.sh)
#
# It has been autogen-ed Friday April 2, 1999 at 11:01:59 AM PST
# It has been autogen-ed Saturday April 3, 1999 at 05:12:04 PM EST
# From the definitions inclhack.def
# and the template file inclhack.tpl
#
@ -349,7 +349,7 @@ while [ $# != 0 ]; do
else
find ${FIND_BASE}/. -type f -print
fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' | \
sed -e 's;/\./;/;g' -e 's;//*;/;g' | \
${FIXINCL}`"
done

View File

@ -1,7 +1,7 @@
/*
* DO NOT EDIT THIS FILE (fixincl.x)
*
* It has been autogen-ed Friday April 2, 1999 at 11:01:59 AM PST
* It has been autogen-ed Saturday April 3, 1999 at 05:12:03 PM EST
* From the definitions inclhack.def
* and the template file fixincl.tpl
*

View File

@ -2,7 +2,7 @@
#
# DO NOT EDIT THIS FILE (inclhack.sh)
#
# It has been autogen-ed Friday April 2, 1999 at 11:01:59 AM PST
# It has been autogen-ed Saturday April 3, 1999 at 05:12:01 PM EST
# From the definitions inclhack.def
# and the template file inclhack.tpl
#
@ -347,7 +347,7 @@ while [ $# != 0 ]; do
else
find ${FIND_BASE}/. -type f -print
fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' `
sed -e 's;/\./;/;g' -e 's;//*;/;g' `
echo Checking header files
for file in $files; do

View File

@ -338,7 +338,7 @@ _IF PROGRAM _env ! =]
else
find ${FIND_BASE}/. -type f -print
fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' `
sed -e 's;/\./;/;g' -e 's;//*;/;g' `
[=
_include hackshell =][=
@ -351,7 +351,7 @@ _IF PROGRAM _env ! =]
else
find ${FIND_BASE}/. -type f -print
fi | \
sed -e's;/\./;/;g' -e's;//*;/;g' | \
sed -e 's;/\./;/;g' -e 's;//*;/;g' | \
${FIXINCL}`"[=