[DRE-commits] [SCM] rake.git branch, master, updated. debian/0.9.2-1-5-gc6c187b

Antonio Terceiro terceiro at debian.org
Fri Nov 18 18:18:01 UTC 2011


The following commit has been merged in the master branch:
commit ca59e9dfbc19fe3484db9f145faeeb7969b192b3
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Nov 18 16:08:16 2011 -0200

    Fix bash completion (Closes: #638572). Thanks to Daniel T Chen for forwarding the patch from Ubuntu.

diff --git a/debian/bash_completion.d/rake b/debian/bash_completion.d/rake
index 32c9940..18d0a6c 100644
--- a/debian/bash_completion.d/rake
+++ b/debian/bash_completion.d/rake
@@ -51,4 +51,4 @@ _rake()
 
     fi
 }
-[ -n "${have:-}" ] && complete -F _rake $filenames rake
+have rake && complete -F _rake $filenames rake

-- 
rake.git



More information about the Pkg-ruby-extras-commits mailing list