[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
Родитель e97f21afcd
Коммит 2bbae0e91a
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

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

3
misc/rb_optparse.zsh Executable file → Normal file
Просмотреть файл

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