aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/usr/bin/hlwm-switch-tags
diff options
context:
space:
mode:
Diffstat (limited to 'herbstluftwm/usr/bin/hlwm-switch-tags')
-rwxr-xr-xherbstluftwm/usr/bin/hlwm-switch-tags6
1 files changed, 4 insertions, 2 deletions
diff --git a/herbstluftwm/usr/bin/hlwm-switch-tags b/herbstluftwm/usr/bin/hlwm-switch-tags
index 06a10d2..f741ed8 100755
--- a/herbstluftwm/usr/bin/hlwm-switch-tags
+++ b/herbstluftwm/usr/bin/hlwm-switch-tags
@@ -1,5 +1,7 @@
-#!/usr/bin/scsh \
--o define-record-types -s
+#!/usr/bin/env sh
+# -*- mode: scheme; -*-
+IFS=" "
+exec scsh -o define-record-types -s "$0" "$@"
!#
;; hlwm-switch-tags --- Switch the currently visible tags
;;