summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/rb_optparse.bash3
-rw-r--r--[-rwxr-xr-x]misc/rb_optparse.zsh3
2 files changed, 4 insertions, 2 deletions
diff --git a/misc/rb_optparse.bash b/misc/rb_optparse.bash
index 8a59ec2dda..e2d2fdea38 100644
--- a/misc/rb_optparse.bash
+++ b/misc/rb_optparse.bash
@@ -1,4 +1,5 @@
-#! /bin/bash
+# -*- bash -*-
+#
# Completion for bash:
#
# (1) install this file,
diff --git a/misc/rb_optparse.zsh b/misc/rb_optparse.zsh
index a08b3ddd01..9e42eff967 100755..100644
--- a/misc/rb_optparse.zsh
+++ b/misc/rb_optparse.zsh
@@ -1,4 +1,5 @@
-#!/bin/zsh
+# -*- zsh -*-
+#
# Completion for zsh:
# (based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>)
#