[Jörn Nettingsmeier, quoting Robert Muller]
> Just create a shell script called yacc with the following content
> -------------------
> #!/bin/sh
> bison --yacc $*
> -------------------
> i ran into the same problem with a school proiject here yesterday
Why does nobody learn shell anymore? (Just curious.)
#!/bin/sh
exec bison -y "$@"
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/