Bug 112, return value of awk should be /256. In reality, we should probably
authorRob Landley <rob@landley.net>
Mon, 9 Jan 2006 05:26:58 +0000 (05:26 -0000)
committerRob Landley <rob@landley.net>
Mon, 9 Jan 2006 05:26:58 +0000 (05:26 -0000)
commit5184336647d29624cfc24751360d502a2044ca58
tree2fa49179afa30a937a02b16df039ab841a405c11
parentfb8c4983a6ef4128660f7db35a2e491a01ddc722
Bug 112, return value of awk should be /256.  In reality, we should probably
be using WEXITSTATUS(), but until I can figure out why the heck that would
want to do (*(int *) &(status)) on the value, I'm happy just fixing the bug we
actually see.
editors/awk.c