diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/haunt.in (renamed from scripts/haunt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/haunt b/scripts/haunt.in index f101003..7206036 100755 --- a/scripts/haunt +++ b/scripts/haunt.in @@ -1,4 +1,4 @@ -#!/usr/bin/guile --no-auto-compile +#!@GUILE@ --no-auto-compile -*- scheme -*- !# ;;; Haunt --- Static site generator for GNU Guile |