This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
> ! sedtemp=sed.$$ > ! cat >$sedtemp <<EOF > ! s:^SUBDIRS[ ]*=.*$:SUBDIRS = ${configdirs}: > ! s:^NONSUBDIRS[ ]*=.*$:NONSUBDIRS = ${noconfigdirs}: > ! EOF > ! sed -f $sedtemp \ You are mixing unquoted wildcard characters (.*$) and variables needing expansion (${}). My thinks this is a problem waiting to happen.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |