From 6b3342af59ae474b78e21dacc3b7990adb73c207 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 233dfcc876..92e48c07a1 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