From a2c85b2ef85a34bf8e5238c315a4ca73606f5ae6 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <eelco.dolstra@logicblox.com>
Date: Wed, 16 Jul 2014 11:09:01 +0200
Subject: [PATCH] Manual: Typo

---
 doc/manual/hacking.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/hacking.xml b/doc/manual/hacking.xml
index 1228285e1..11af0998f 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>
-- 
GitLab