Author: fabien
Date: Sun Dec 6 10:52:23 2009
New Revision: 887663
URL: http://svn.apache.org/viewvc?rev=887663&view=rev
Log:
Note about hack broken with bash 4.
* tools/client-side/bash_completion:
(_svn): expanded comment
Modified:
subversion/trunk/tools/client-side/bash_completion
Modified: subversion/trunk/tools/client-side/bash_completion
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/bash_completion?rev=887663&r1=887662&r2=887663&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/bash_completion (original)
+++ subversion/trunk/tools/client-side/bash_completion Sun Dec 6 10:52:23 2009
@@ -535,6 +535,9 @@
# Thus the handling is reprogrammed here...
# The code assumes that property names look like *:*,
# but it also works reasonably well with simple names.
+ #
+ # This hack is broken in bash4... not sure what to do about it,
+ # especially while keeping the bash3 compatibility:-(
local choices=
if [[ $cur == *:* ]]