From 52550a2a0a4e6858680828e3fcdf0b12b16c273b Mon Sep 17 00:00:00 2001 From: Daniel Wallace Date: Mon, 9 Jul 2012 01:55:58 -0400 Subject: asdeps flag passed from makepkg to pacman add the asdeps flag for makepkg so that it does pacman -U --asdeps [Allan: clean-up whitespace] Signed-off-by: Daniel Wallace Signed-off-by: Dan McGee --- contrib/bash_completion.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib/bash_completion.in') diff --git a/contrib/bash_completion.in b/contrib/bash_completion.in index 1b265e0c..b0901af2 100644 --- a/contrib/bash_completion.in +++ b/contrib/bash_completion.in @@ -74,9 +74,9 @@ _makepkg() { COMPREPLY=() _get_comp_words_by_ref cur prev if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then - opts=('allsource asroot check clean config force geninteg help holdver ignorearch - install log nobuild nocheck nocolor noconfirm nodeps noextract noprogressbar - nosign pkg repackage rmdeps sign skipinteg source syncdeps' + opts=('allsource asdeps asroot check clean config force geninteg help holdver ignorearch + install log nobuild nocheck nocolor noconfirm nodeps noextract + noprogressbar nosign pkg repackage rmdeps sign skipinteg source syncdeps' 'A L R S c d e f g h i m o p r s') _arch_ptr2comp opts fi -- cgit v1.2.3-24-g4f1b