summaryrefslogtreecommitdiffstats
path: root/extra/source/bash-completion/patches/0004-tar-Remove-unused-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/source/bash-completion/patches/0004-tar-Remove-unused-variable.patch')
-rw-r--r--extra/source/bash-completion/patches/0004-tar-Remove-unused-variable.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/extra/source/bash-completion/patches/0004-tar-Remove-unused-variable.patch b/extra/source/bash-completion/patches/0004-tar-Remove-unused-variable.patch
new file mode 100644
index 000000000..767d9bc91
--- /dev/null
+++ b/extra/source/bash-completion/patches/0004-tar-Remove-unused-variable.patch
@@ -0,0 +1,25 @@
+From 7ab05bf9d97ce5a6ced7acdfc21235e06542c3f2 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
+Date: Wed, 16 Mar 2016 12:39:06 +0200
+Subject: [PATCH 4/5] tar: Remove unused variable
+
+---
+ completions/tar | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/completions/tar b/completions/tar
+index 0a5f588..9c44dc7 100644
+--- a/completions/tar
++++ b/completions/tar
+@@ -696,7 +696,7 @@ _posix_tar()
+
+ _tar()
+ {
+- local cmd=${COMP_WORDS[0]} output line
++ local cmd=${COMP_WORDS[0]} line
+ read line <<<"$($cmd --version)"
+ case "$line" in
+ *GNU*)
+--
+2.7.2
+