~alpine/devel

add: add missing package specifier to the error message v1 PROPOSED

Consus: 1
 add: add missing package specifier to the error message

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/1014/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] add: add missing package specifier to the error message Export this patch

---
 src/add.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/add.c b/src/add.c
index 2df4dc8..f4695d0 100644
--- a/src/add.c
+++ b/src/add.c
@@ -92,7 +92,7 @@ static int add_main(void *ctx, struct apk_database *db, struct apk_string_array
		if (APK_BLOB_IS_NULL(b) || virtdep.conflict ||
		    virtdep.result_mask != APK_DEPMASK_ANY ||
		    virtdep.version != &apk_null_blob) {
			apk_error("%s: bad package specifier");
			apk_error("%s: bad package specifier", actx->virtpkg);
			return -1;
		}

-- 
2.12.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---