summaryrefslogtreecommitdiff
path: root/misc/rb_optparse.zsh
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-29 15:36:16 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-03-29 18:24:58 +0900
commit2bbae0e91acf1090bbcea49476ef007162ec8e2b (patch)
tree98a3c5b6d4943d58931ee30845e33135a94b076b /misc/rb_optparse.zsh
parente97f21afcd0abbc1b03a070f9385ec7b765e5a71 (diff)
downloadruby-2bbae0e91acf1090bbcea49476ef007162ec8e2b.tar.gz
[ruby/optparse] Completion scripts themselves are not executable
https://github.com/ruby/optparse/commit/65d8aff935
Diffstat (limited to 'misc/rb_optparse.zsh')
-rw-r--r--[-rwxr-xr-x]misc/rb_optparse.zsh3
1 files changed, 2 insertions, 1 deletions
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>)
#