index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
author | Luke Shumaker <lukeshu@parabola.nu> | 2017-05-05 18:41:07 -0400 |
---|---|---|
committer | Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> | 2017-07-05 18:21:55 +0200 |
commit | 3f72579b2813bd93c586aec80c48472f41c60d78 (patch) | |
tree | 8e1f0ab48e2f2749e41e707c462443a203e44e20 /bash_completion.in | |
parent | 430e1265fbe5c752217195aebdb5949416f0bb7a (diff) |
-rw-r--r-- | bash_completion.in | 2 |
diff --git a/bash_completion.in b/bash_completion.in index f5a3077..f0a6bd0 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -15,7 +15,7 @@ _devtools_compgen() { _archco_pkg() { _devtools_compgen "$( - \pacman -$1 + command pacman "-$1" )" } |