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:
parent
e97f21afcd
commit
2bbae0e91a
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue