URL
https://opencores.org/ocsvn/hf-risc/hf-risc/trunk
Subversion Repositories hf-risc
[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [scripts/] [wrapper/] [awk/] [awk.in] - Rev 13
Compare with Previous | Blame | View Log
#!/bin/sh
# We can add the current directory to the front of PATH so that
# awk will invoke gawk (rather than mawk etc.).
# We use this to work around systems with awk != gawk.
exec ${AWK:-@GAWK@} "$@"