[pacman-dev] [PATCH 1/3] makepkg: remove unused -C option from option list

Dave Reisner d at falconindy.com
Fri Jul 8 09:42:37 EDT 2011


We nuke it from the completion file as well.

Signed-off-by: Dave Reisner <dreisner at archlinux.org>
---
 contrib/bash_completion.in |    2 +-
 scripts/makepkg.sh.in      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in
index 7f47f4b..3093c02 100644
--- a/contrib/bash_completion.in
+++ b/contrib/bash_completion.in
@@ -35,7 +35,7 @@ _makepkg() {
     opts=('allsource asroot clean cleancache config force geninteg help holdver
            ignorearch install log nobuild nocolor noconfirm nodeps noextract
            noprogressbar pkg repackage rmdeps skipinteg source syncdeps'
-          'A C L R c d e f g h i m o p r s')
+          'A L R c d e f g h i m o p r s')
     _arch_ptr2comp opts
   fi
   true
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 1b132a9..cae6aa8 100644
--- a/scripts/makepkg.sh.in
+++ b/scripts/makepkg.sh.in
@@ -1747,7 +1747,7 @@ fi
 ARGLIST=("$@")
 
 # Parse Command Line Options.
-OPT_SHORT="AcCdefFghiLmop:rRsV"
+OPT_SHORT="AcdefFghiLmop:rRsV"
 OPT_LONG="allsource,asroot,ignorearch,check,clean,nodeps"
 OPT_LONG+=",noextract,force,forcever:,geninteg,help,holdver"
 OPT_LONG+=",install,key:,log,nocolor,nobuild,nocheck,nosign,pkg:,rmdeps"
-- 
1.7.6



More information about the pacman-dev mailing list