civodul pushed a commit to branch nix
in repository guix.
commit a2c85b2ef85a34bf8e5238c315a4ca73606f5ae6
Author: Eelco Dolstra <[email protected]>
Date: Wed Jul 16 11:09:01 2014 +0200
Manual: Typo
---
doc/manual/hacking.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml
index 1228285..11af099 100644
--- a/doc/manual/hacking.xml
+++ b/doc/manual/hacking.xml
@@ -26,7 +26,7 @@ $ ./dev-shell
</screen>
To build Nix itself in this shell:
<screen>
-[nix-shell]$ ./bootstrap
+[nix-shell]$ ./bootstrap.sh
[nix-shell]$ configurePhase
[nix-shell]$ make
</screen>