mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Typofix.
This commit is contained in:
parent
34ad73ede8
commit
b193d130d8
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ regexp="(^greetings!spooks!hows!life)"
|
|||
for dep in `echo $deprecated_list` ; do
|
||||
regexp="(^${dep}[^_A-Z])|${regexp}"
|
||||
done
|
||||
echo $regexp
|
||||
egrep -n ${regexp} $1 /dev/null > ${temp}
|
||||
if [ -s ${temp} ] ; then
|
||||
if $grep_dep_exit_p ; then hey=ERROR ; else hey=WARNING ; fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue