
committed by
Sven Eden

8 changed files with 16 additions and 8 deletions
@ -1,4 +1,5 @@ |
|||
#!/bin/sh -eu |
|||
#!/bin/sh |
|||
set -eu |
|||
|
|||
$1 -dM -include errno.h - </dev/null | \ |
|||
awk '/^#define[ \t]+E[^ _]+[ \t]+/ { print $2; }' |
|||
|
@ -1,3 +1,4 @@ |
|||
#!/bin/sh -eu |
|||
#!/bin/sh |
|||
set -eu |
|||
|
|||
"$@" '-' -o/dev/null </dev/null |
|||
|
Loading…
Reference in new issue