From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: [PATCH] build: Fix typo. Date: Sat, 23 Aug 2014 13:48:47 +0400 Message-ID: <87vbpjo7sw.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XL7wK-0004jf-S5 for guix-devel@gnu.org; Sat, 23 Aug 2014 05:48:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XL7wE-0001jz-2N for guix-devel@gnu.org; Sat, 23 Aug 2014 05:48:52 -0400 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]:62800) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XL7wD-0001jt-Pf for guix-devel@gnu.org; Sat, 23 Aug 2014 05:48:45 -0400 Received: by mail-la0-f45.google.com with SMTP id ty20so10965859lab.4 for ; Sat, 23 Aug 2014 02:48:44 -0700 (PDT) Received: from leviafan (128-70-193-103.broadband.corbina.ru. [128.70.193.103]) by mx.google.com with ESMTPSA id o8sm60843laf.44.2014.08.23.02.48.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 23 Aug 2014 02:48:43 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org --=-=-= Content-Type: text/plain Is it worth to send such patches? --=-=-= Content-Type: text/x-diff Content-Disposition: attachment; filename=0001-build-Fix-typo.patch >From 5475695a95bfeacebef21c44606826769eaf46c1 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sat, 23 Aug 2014 13:40:27 +0400 Subject: [PATCH] build: Fix typo. * pre-inst-env.in: Fix typo in commentary. --- pre-inst-env.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre-inst-env.in b/pre-inst-env.in index 233dfcc..92e48c0 100644 --- a/pre-inst-env.in +++ b/pre-inst-env.in @@ -21,7 +21,7 @@ # Usage: ./pre-inst-env COMMAND ARG... # # Run COMMAND in a pre-installation environment. Typical use is -# "./pre-inst-env guix-build hello". +# "./pre-inst-env guix build hello". # By default we may end up with absolute directory names that contain '..', # which get into $GUILE_LOAD_PATH, leading to '..' in the module file names -- 2.0.3 --=-=-=--