mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
guix-package: Fix typo.
* guix-package.in (guix-package)[find-package]: Don't use `_' as the wildcard, to avoid collision with `gettext'.
This commit is contained 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)
|
||||
|
||||
Reference in New Issue
Block a user