Skip to content

Commit

Permalink
issue #54 nedit/nc vs. netcat
Browse files Browse the repository at this point in the history
nc completion was netcat so filenames were not completed anymore.
  • Loading branch information
wwwutz committed Jul 18, 2016
1 parent c392e6e commit 0c2d229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash-completion.be0
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ mee_install() {

rm -v $D/${DATAROOTDIR}/bash-completion/completions/mount
rm -v $D/${DATAROOTDIR}/bash-completion/completions/umount
mv -v $D/${DATAROOTDIR}/bash-completion/completions/{nc,netcat}
}
# by default this may be 'make install DESTDIR="${D}"'

Expand Down

0 comments on commit 0c2d229

Please sign in to comment.