diff options
author | Alex Kost <alezost@gmail.com> | 2014-08-23 13:40:27 +0400 |
---|---|---|
committer | Alex Kost <alezost@gmail.com> | 2014-08-25 10:46:54 +0400 |
commit | 6b3342af59ae474b78e21dacc3b7990adb73c207 (patch) | |
tree | 9b68c7f960d64a348aa2dc86ccb3435b5960a894 /pre-inst-env.in | |
parent | c6df09941b9fb225788e9efa276b7aa92e19d3c0 (diff) | |
download | guix-6b3342af59ae474b78e21dacc3b7990adb73c207.tar guix-6b3342af59ae474b78e21dacc3b7990adb73c207.tar.gz |
build: Fix typo.
* pre-inst-env.in: Fix typo in commentary.
Diffstat (limited to 'pre-inst-env.in')
-rw-r--r-- | pre-inst-env.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |