take three

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5773 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-27 16:29:40 +00:00
parent df7a27f6de
commit 96058b4cf9

View File

@@ -6,9 +6,9 @@ cd $1
ver=`sed -n 's/AM_INIT_AUTOMAKE(.*,\(.*\))/\1/p' configure.in`
M="* This is version $ver. *"
echo "$M" | sed -e 's/./*/'
echo "$M" | sed -e 's/./*/g'
echo "$M"
echo "$M" | sed -e 's/./*/'
echo "$M" | sed -e 's/./*/g'
ed -s configure.in << END
/test -z/s,^,#,