Skip to content

Commit

Permalink
Make shebang more nix sandbox friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
abbec committed May 14, 2024
1 parent e6387d3 commit fd17283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env sh
#!/bin/sh

echo "/* Generated by configure */" > src/config.h
echo "#ifndef _CONFIG_H" >> src/config.h
Expand Down
2 changes: 1 addition & 1 deletion scripts/has_header
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#! /usr/bin/env sh
#!/bin/sh
echo "#include <$1>" | cc -E - 2>&1 >/dev/null

0 comments on commit fd17283

Please sign in to comment.