The following commit has been merged in the master branch:
commit 5b2bd440633afb9bf63062bebbce91e9f28342e1
Author: Igor Murzov <[email protected]>
Date:   Sat May 29 16:14:07 2010 +0400

    Remove unnecessary returns

diff --git a/contrib/pkgtools b/contrib/pkgtools
index ec4a82a..c08241f 100644
--- a/contrib/pkgtools
+++ b/contrib/pkgtools
@@ -32,8 +32,6 @@ _pkgtool()
             return 0
             ;;
     esac
-
-    return 0
 } &&
 complete -F _pkgtool pkgtool
 
@@ -117,7 +115,6 @@ _makepkg()
             return 0
             ;;
     esac
-    return 0
 } && complete -F _makepkg makepkg
 
 have explodepkg && [ -f /etc/slackware-version ] &&

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits

Reply via email to