summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-05-14 21:36:12 +0200
committerAlbert Cervin <albert@acervin.com>2024-05-14 21:36:12 +0200
commitfd1728393d65abb8af2166f3697da55b338e0937 (patch)
treeb1be2a6253954cf6fc370c49e89113c9a489b80a /configure
parente6387d332aa7c00c26bba6f981f75639c92acbb9 (diff)
downloaddged-fd1728393d65abb8af2166f3697da55b338e0937.tar.gz
dged-fd1728393d65abb8af2166f3697da55b338e0937.tar.xz
dged-fd1728393d65abb8af2166f3697da55b338e0937.zip
Make shebang more nix sandbox friendly
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 820344e..8cce0d0 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#! /usr/bin/env sh
+#!/bin/sh
echo "/* Generated by configure */" > src/config.h
echo "#ifndef _CONFIG_H" >> src/config.h