Remove arc sanitization.
This commit is contained in:
parent
29b35953e3
commit
25533a3822
1 changed files with 0 additions and 28 deletions
|
@ -112,34 +112,6 @@ Things-to-lose:
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
|
||||||
arc_files="ChangeLog configure.in configure Makefile.am Makefile.in ChangeLog.1"
|
|
||||||
if ( echo $* | grep keep\-arc > /dev/null ) ; then
|
|
||||||
for i in $arc_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Keeping arc stuff in $i
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
else
|
|
||||||
for i in $arc_files ; do
|
|
||||||
if test ! -d $i && (grep sanitize-arc $i > /dev/null) ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Removing traces of \"arc\" from $i...
|
|
||||||
fi
|
|
||||||
cp $i new
|
|
||||||
sed '/start\-sanitize\-arc/,/end-\sanitize\-arc/d' < $i > new
|
|
||||||
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
|
|
||||||
if [ -n "${verbose}" ] ; then
|
|
||||||
echo Caching $i in .Recover...
|
|
||||||
fi
|
|
||||||
mv $i .Recover
|
|
||||||
fi
|
|
||||||
mv new $i
|
|
||||||
fi
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
|
|
||||||
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
if ( echo $* | grep keep\-gm > /dev/null ) ; then
|
||||||
for i in * ; do
|
for i in * ; do
|
||||||
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
|
if test ! -d $i && (grep sanitize-gm $i > /dev/null) ; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue