[ruby/optparse] Completion scripts themselves are not executable
https://github.com/ruby/optparse/commit/65d8aff935
This commit is contained in:
parent
e97f21afcd
commit
2bbae0e91a
@ -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
3
misc/rb_optparse.zsh
Executable file → Normal 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>)
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user