Skip to content

Commit

Permalink
Completion scripts themselves are not executable
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 29, 2021
1 parent dfd9380 commit 65d8aff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion misc/rb_optparse.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /bin/bash
# -*- bash -*-
#
# Completion for bash:
#
# (1) install this file,
Expand Down
3 changes: 2 additions & 1 deletion misc/rb_optparse.zsh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/zsh
# -*- zsh -*-
#
# Completion for zsh:
# (based on <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>)
#
Expand Down

0 comments on commit 65d8aff

Please sign in to comment.