aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-28 16:53:56 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:14:09 +0200
commitbc44c545f14c85b65936efcb7a95c5d95d5683ef (patch)
treea11aa2d8878427f62b1a4a799aecc8f2dec587be /scripts
parentRemove set! from datetime. (diff)
downloadcalp-bc44c545f14c85b65936efcb7a95c5d95d5683ef.tar.gz
calp-bc44c545f14c85b65936efcb7a95c5d95d5683ef.tar.xz
module-dependents: use $GUILE.
Diffstat (limited to 'scripts')
-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: