Remove superfluous eofmarker.

Requested by:	Jaakko Heinonen
Discussed with:	Jaakko, edwin

Approved by:	imp (mentor, implicit)
This commit is contained in:
Remko Lodder 2008-06-17 18:56:04 +00:00
parent e3580e9d91
commit 589295b90d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179848

View File

@ -72,7 +72,6 @@ do
echo "mkdir -p $i > /dev/null 2>&1"
else
md5sum=`echo -n $i | md5`
eofmarker="END-of-$md5sum"
echo "echo x - $i"
echo "sed 's/^X//' >$i << '$md5sum'"
sed 's/^/X/' $i || exit