e84c5f9b82
New pattern plugin.
25 lines
549 B
Diff
25 lines
549 B
Diff
From ef13e7db5d9d8e5ff6977821c3e798bb6c7725d9 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Tue, 10 Jul 2018 10:28:44 +0100
|
|
Subject: [PATCH 01/10] bash: Don't define bashcompdir twice.
|
|
|
|
---
|
|
bash/Makefile.am | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/bash/Makefile.am b/bash/Makefile.am
|
|
index f38b7a1..e46784c 100644
|
|
--- a/bash/Makefile.am
|
|
+++ b/bash/Makefile.am
|
|
@@ -36,7 +36,6 @@ EXTRA_DIST = README
|
|
|
|
if HAVE_BASH_COMPLETION
|
|
|
|
-bashcompdir = @bashcompdir@
|
|
dist_bashcomp_DATA = nbdkit
|
|
|
|
endif
|
|
--
|
|
2.17.1
|
|
|