Displaying 2 results from an estimated 2 matches for "a6318a4".
Did you mean:
763184
2018 Nov 08
0
[nbdkit PATCH v2 1/5] maint: Improve ./nbdkit option parsing
...don't; it's not worth teaching our debug wrapper about
unambiguous abbreviations.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
nbdkit.in | 33 ++++++++++++++++++++-------------
1 file changed, 20 insertions(+), 13 deletions(-)
diff --git a/nbdkit.in b/nbdkit.in
index 0469f1a..a6318a4 100644
--- a/nbdkit.in
+++ b/nbdkit.in
@@ -64,19 +64,7 @@ verbose=
while [ $# -gt 0 ]; do
case "$1" in
- # Flags that take an argument. We must not rewrite the argument.
- # But make sure globs don't mishandle longopts with =.
- --export*=* | --pid*=*)
-...
2018 Nov 08
8
[nbdkit PATCH v2 0/5] log appends
v2 turned out to be much more involved, as I ended up fixing
several things along the way that I noticed while debugging a
feature addition.
Eric Blake (5):
maint: Improve ./nbdkit option parsing
main: Saner newline printing during --help
utils: Add nbdkit_parse_bool
main: Use new bool parser for --tls
log: Allow user option of appending to log
docs/nbdkit-plugin.pod | 11