diff options
| author | Albert Cervin <albert@acervin.com> | 2024-05-14 22:15:33 +0200 |
|---|---|---|
| committer | Albert Cervin <albert@acervin.com> | 2024-05-14 22:15:33 +0200 |
| commit | 2ac44376731818f39d77fa2520a364b3aad7c560 (patch) | |
| tree | 385207cde8529c982547a9c740121860f4e7f8de /scripts | |
| parent | 36b3a04b9a2a9d52a1db6e28697e7ec3b1118eb1 (diff) | |
| download | dged-2ac44376731818f39d77fa2520a364b3aad7c560.tar.gz dged-2ac44376731818f39d77fa2520a364b3aad7c560.tar.xz dged-2ac44376731818f39d77fa2520a364b3aad7c560.zip | |
Fix error in Makefile
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/has_header | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/has_header b/scripts/has_header index 108b055..f679949 100755 --- a/scripts/has_header +++ b/scripts/has_header @@ -1,2 +1,2 @@ #!/bin/sh -echo "#include <$1>" | cc -E - 2>&1 >/dev/null +echo "#include <$1>" | cc -E - >/dev/null 2>&1 |
