From fd602e5abbe02bfeb230310fa06a6423a3d978cc Mon Sep 17 00:00:00 2001 From: Per Bothner Date: Tue, 27 Jul 1993 15:45:09 -0700 Subject: Pass '-' to tr as the 1-character range '---'. From-SVN: r5009 --- gcc/fixproto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/fixproto b/gcc/fixproto index 02b9af3..98b8495 100755 --- a/gcc/fixproto +++ b/gcc/fixproto @@ -167,7 +167,7 @@ if [ `echo $* | wc -w` != 0 ] ; then echo $abs_target_file exists, $abs_source_file is ignored else # echo doing $rel_source_file from $abs_source_dir - rel_source_ident=`echo $rel_source_file | tr ./- ___` + rel_source_ident=`echo $rel_source_file | tr ./--- ___` required_list=`eval echo '${required_'${rel_source_ident}'-}'` extra_check_list=`eval echo '${extra_check_'${rel_source_ident}'-}'` rm -f tmp.c tmp.i @@ -221,7 +221,7 @@ do then true else echo Adding missing $rel_source_file - rel_source_ident=`echo $rel_source_file | tr ./- ___` + rel_source_ident=`echo $rel_source_file | tr ./--- ___` required_list=`eval echo '${required_'${rel_source_ident}'-}'` cat >tmp.h <