mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
build: Fix typo.
* pre-inst-env.in: Fix typo in commentary.
This commit is contained in:
parent
c6df09941b
commit
6b3342af59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue