aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/module-dependants.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/module-dependants.scm b/scripts/module-dependants.scm
index 19bccbe8..3759e115 100755
--- a/scripts/module-dependants.scm
+++ b/scripts/module-dependants.scm
@@ -1,5 +1,7 @@
-#!/usr/bin/guile \
--e main -s
+#!/usr/bin/env bash
+GUILE=${GUILE:-guile}
+set -x
+exec $GUILE -e main -s "$0" "$@"
!#
;;; Commentary: