mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
MArk make_mercurial_completions.fish as executable
darcs-hash:20070208172658-ac50b-c721b6a07934d11e8467dad78a2fbb206f0b24cd.gz
This commit is contained in:
parent
a4ac924512
commit
fe21577a8e
1 changed files with 5 additions and 1 deletions
|
@ -538,9 +538,13 @@ check-uninstall:
|
|||
#
|
||||
|
||||
install-sh:
|
||||
if test -x install-sh; then true; else chmod 755 install-sh; fi
|
||||
if test -x $@; then true; else chmod 755 $@; fi
|
||||
.PHONY: install-sh
|
||||
|
||||
make_mercurial_completions.fish:
|
||||
if test -x $@; then true; else chmod 755 $@; fi
|
||||
.PHONY: make_mercurial_completions.fish
|
||||
|
||||
|
||||
#
|
||||
# Try to install after checking for incompatible installed versions.
|
||||
|
|
Loading…
Reference in a new issue