[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-235-g26ae770

Igor Murzov igor at gplsoft.org
Mon May 2 10:26:58 UTC 2011


The following commit has been merged in the master branch:
commit 5b2bd440633afb9bf63062bebbce91e9f28342e1
Author: Igor Murzov <igor at gplsoft.org>
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



More information about the Bash-completion-commits mailing list