Hi, list.
Can someone throw a light on why changing
have && { ... }
to
have || return { ... }
is a good idea? It is not clear how to return from script with multiple
functions. For example in completions/xz I see following:
-
have xz || have pxz ||
Your message dated Sun, 17 Apr 2011 13:23:03 -0500
with message-id <20110417182303.ga18...@bluemoon.alumni.iitm.ac.in>
and subject line Re: Bug#618303: bash-completion: adds "" rather than "/"
has caused the Debian Bug report #618303,
regarding bash-completion: adds "" rather than "/" after "cp
di
Bugs item #313088, was opened at 2011-04-17 11:07
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=413095&aid=313088&group_id=100114
Status: Open
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Need help reviewing a completion file. How