help-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug bootstrap/14522] [3.5 Regression] Bad sed command in the configure


From: pinskia at gcc dot gnu dot org
Subject: [Bug bootstrap/14522] [3.5 Regression] Bad sed command in the configure script
Date: 11 Mar 2004 07:45:54 -0000

------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-11 
07:45 -------
None of these should be a problem as they are already quoted, if they are a 
problem then it is a shell 
problem rather than a configure problem:
-           missing_languages="`echo "$missing_languages" | sed 
"s/,$language,/,/"`" ;;
+           missing_languages=`echo "$missing_languages" | sed 
"s/,$language,/,/"` ;;

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|pinskia at gcc dot gnu dot  |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|REOPENED                    |NEW


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14522




reply via email to

[Prev in Thread] Current Thread [Next in Thread]