Re: Awk: Store program name before printing it.

2017-10-08 Thread Theo Buehler
On Sun, Oct 08, 2017 at 03:11:14AM -0700, Ori Bernstein wrote: > Just move the assignment up a bit. thanks. ok tb if anyone wants to commit it, otherwise I'll do it in a few hours. > > > > diff --git usr.bin/awk/main.c usr.bin/awk/main.c > index 82996bc6f71..ebff17d240a 100644 > -

Awk: Store program name before printing it.

2017-10-08 Thread Ori Bernstein
Just move the assignment up a bit. diff --git usr.bin/awk/main.c usr.bin/awk/main.c index 82996bc6f71..ebff17d240a 100644 --- usr.bin/awk/main.c +++ usr.bin/awk/main.c @@ -64,13 +64,13 @@ int main(int argc, char *argv[]) setlocale(LC_ALL, ""); setlocale(LC_NUMERIC, "C