summaryrefslogtreecommitdiff
path: root/scripts/has_header
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-05-14 22:15:33 +0200
committerAlbert Cervin <albert@acervin.com>2024-05-14 22:15:33 +0200
commit2ac44376731818f39d77fa2520a364b3aad7c560 (patch)
tree385207cde8529c982547a9c740121860f4e7f8de /scripts/has_header
parent36b3a04b9a2a9d52a1db6e28697e7ec3b1118eb1 (diff)
downloaddged-2ac44376731818f39d77fa2520a364b3aad7c560.tar.gz
dged-2ac44376731818f39d77fa2520a364b3aad7c560.tar.xz
dged-2ac44376731818f39d77fa2520a364b3aad7c560.zip
Fix error in Makefile
Diffstat (limited to 'scripts/has_header')
-rwxr-xr-xscripts/has_header2
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