Skip to content
Snippets Groups Projects
Commit c6f09dfa authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

guix-package: Fix typo.

* guix-package.in (guix-package)[find-package]: Don't use `_' as the
  wildcard, to avoid collision with `gettext'.
parent fb9821f0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment