summaryrefslogtreecommitdiff
path: root/guix-package.in
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-11-19 22:19:26 +0100
committerLudovic Courtès <ludo@gnu.org>2012-11-19 22:19:26 +0100
commitc6f09dfadee0baeb1fe0633d5885c01b4c043931 (patch)
tree69f80ee3c73a61f8eb787ededb9b016d2dfa9807 /guix-package.in
parentfb9821f0239fbc54a65d9635cff3798fba1a5651 (diff)
downloadpatches-c6f09dfadee0baeb1fe0633d5885c01b4c043931.tar
patches-c6f09dfadee0baeb1fe0633d5885c01b4c043931.tar.gz
guix-package: Fix typo.
* guix-package.in (guix-package)[find-package]: Don't use `_' as the wildcard, to avoid collision with `gettext'.
Diffstat (limited to 'guix-package.in')
-rw-r--r--guix-package.in2
1 files changed, 1 insertions, 1 deletions
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)