summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2021-03-29 15:36:16 +0900
committerNobuyoshi Nakada <[email protected]>2021-03-29 18:24:58 +0900
commit2bbae0e91acf1090bbcea49476ef007162ec8e2b ()
tree98a3c5b6d4943d58931ee30845e33135a94b076b /misc
parente97f21afcd0abbc1b03a070f9385ec7b765e5a71 (diff)
[ruby/optparse] Completion scripts themselves are not executable
https://.com/ruby/optparse/commit/65d8aff935
-rw-r--r--misc/rb_optparse.bash3
-rw-r--r--[-rwxr-xr-x]misc/rb_optparse.zsh3
2 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,5 @@
-#! /bin/bash
# Completion for bash:
#
# (1) install this file,
@@ -1,4 +1,5 @@
-#!/bin/zsh
# Completion for zsh:
# (based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>)
#