1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/optparse] Completion scripts themselves are not executable

https://github.com/ruby/optparse/commit/65d8aff935
This commit is contained in:
Nobuyoshi Nakada 2021-03-29 15:36:16 +09:00
parent e97f21afcd
commit 2bbae0e91a
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#! /bin/bash # -*- bash -*-
#
# Completion for bash: # Completion for bash:
# #
# (1) install this file, # (1) install this file,

3
misc/rb_optparse.zsh Executable file → Normal file
View file

@ -1,4 +1,5 @@
#!/bin/zsh # -*- zsh -*-
#
# Completion for zsh: # Completion for zsh:
# (based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>) # (based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>)
# #