guix-build: Fix typo.

* guix-build.in (guix-build)[find-package]: Use `x', not `_', to avoid
  confusion with `gettext'.
This commit is contained in:
Ludovic Courtès 2013-01-23 23:08:29 +01:00
parent 12abb19dfb
commit 9c9da07f4c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ Build the given PACKAGE-OR-DERIVATION and return their output paths.\n"))
(match (find-packages-by-name name version)
((p) ; one match
p)
((p _ ...) ; several matches
((p x ...) ; several matches
(format (current-error-port)
(_ "warning: ambiguous package specification `~a'~%")
request)