From c6f09dfadee0baeb1fe0633d5885c01b4c043931 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 19 Nov 2012 22:19:26 +0100 Subject: guix-package: Fix typo. * guix-package.in (guix-package)[find-package]: Don't use `_' as the wildcard, to avoid collision with `gettext'. --- guix-package.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-package.in b/guix-package.in index a5a1b48968..b8e9f35d68 100644 --- a/guix-package.in +++ b/guix-package.in @@ -291,7 +291,7 @@ Report bugs to: ~a.~%") "@PACKAGE_BUGREPORT@")) (match (find-packages-by-name name version) ((p) (list name version sub-drv p)) - ((p _ ...) + ((p p* ...) (format (current-error-port) (_ "warning: ambiguous package specification `~a'~%") request) -- cgit v1.2.3