From f4060aff6cc69625ccb19029cdf1dd460fb04f61 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Mon, 16 Apr 2018 14:00:29 +0200 Subject: [PATCH] Revert "bin/xbps-uchroot: stop option parsing at the first nonoption argument" This reverts commit 948ba8d7d17ad4d7701ce77d717f861033a7947c. --- bin/xbps-uchroot/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-uchroot/main.c b/bin/xbps-uchroot/main.c index c637c4f7..0ee13253 100644 --- a/bin/xbps-uchroot/main.c +++ b/bin/xbps-uchroot/main.c @@ -281,7 +281,7 @@ main(int argc, char **argv) tmpfs_opts = chrootdir = cmd = NULL; argv0 = argv[0]; - while ((c = getopt_long(argc, argv, "+Oto:b:V", longopts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "Oto:b:V", longopts, NULL)) != -1) { switch (c) { case 'O': overlayfs = true;