summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tekuti2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tekuti b/src/tekuti
index 29270df..9f30010 100755
--- a/src/tekuti
+++ b/src/tekuti
@@ -1,4 +1,4 @@
-#! /bin/bash
+#!/bin/sh
# -*- scheme -*-
exec guile $GUILE_FLAGS -e main "$0" "$@"
!#