aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-01-12 23:33:04 +0100
committerGuido Günther <agx@sigxcpu.org>2018-01-12 23:33:04 +0100
commitc782a29c452eb68bd49951fc8180c907793ae53f (patch)
tree33155b0ce330ad94b28074d25f76b30d5e13542f /debian
parent74ca1faae933be112d59704aea4d4aac9657bf01 (diff)
Fix typo in env var names
Thanks: Nish Aravamudan for pointing this out
Diffstat (limited to 'debian')
-rw-r--r--debian/gbp.completion8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/gbp.completion b/debian/gbp.completion
index 7366fc22..fbbbf78b 100644
--- a/debian/gbp.completion
+++ b/debian/gbp.completion
@@ -23,16 +23,16 @@ _gbp_tags ()
_gbp_remote_configs ()
{
- GBP_DISABLE_GBP_CONF_DEPRECTATION=true \
- GBP_DISABLE_SECTION_DEPRECTATION=true \
+ GBP_DISABLE_GBP_CONF_DEPRECATION=true \
+ GBP_DISABLE_SECTION_DEPRECATION=true \
gbp create-remote-repo list | sed -ne 's/^ \+\([a-z]\+\)/\1/p'
}
_gbp_options ()
{
- GBP_DISABLE_GBP_CONF_DEPRECTATION=true \
- GBP_DISABLE_SECTION_DEPRECTATION=true \
+ GBP_DISABLE_GBP_CONF_DEPRECATION=true \
+ GBP_DISABLE_SECTION_DEPRECATION=true \
gbp "${1}" --help | sed -ne 's/^ \+\(\(\-[a-z]\), \)\?\(\-\-[a-z\-]\+\=\?\).*/\2 \3/p'
}