From 9c9da07f4c28192a05b3a88c7d5d1817ea392d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 23 Jan 2013 23:08:29 +0100 Subject: [PATCH] guix-build: Fix typo. * guix-build.in (guix-build)[find-package]: Use `x', not `_', to avoid confusion with `gettext'. --- guix-build.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-build.in b/guix-build.in index 7f278a5733..4d3db0aa6d 100644 --- a/guix-build.in +++ b/guix-build.in @@ -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)