This is the mail archive of the gcc@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] | |
Phil Edwards <phil at jaj dot com> wrote:
> More generally, make a script called gcc that looks like this
>
> #!/bin/sh
>
> exec /path/to/real/gcc -foo -bar $*
ITYM ${1+"$@"}, not $*.
paul
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |