aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-10-18 20:55:48 -0700
committerGravatar Tom Willemse2022-10-18 20:55:48 -0700
commit6cb426f3970c292773324f9a70ef0b841e0a2418 (patch)
treee77e6c8e7c290fb4ba77f9f229f7538af7af5771
parent18788699532916db6b88789bab7fda17cfeb5290 (diff)
downloadhlwm-run-or-raise-6cb426f3970c292773324f9a70ef0b841e0a2418.tar.gz
hlwm-run-or-raise-6cb426f3970c292773324f9a70ef0b841e0a2418.zip
Remove unnecessary extra ‘#’
-rwxr-xr-xhlwm-run-or-raise2
1 files changed, 1 insertions, 1 deletions
diff --git a/hlwm-run-or-raise b/hlwm-run-or-raise
index 247e5df..f4a0196 100755
--- a/hlwm-run-or-raise
+++ b/hlwm-run-or-raise
@@ -1,5 +1,5 @@
#!/usr/bin/env sh
-# # -*- mode: scheme; -*-
+# -*- mode: scheme; -*-
IFS=" "
exec scsh -s "$0" "$@"
!#