From 37b8e59f6fd381b85cf1a0e731e50390e3de5c5c Mon Sep 17 00:00:00 2001 From: Scott Olson Date: Sat, 13 Feb 2016 01:03:32 -0700 Subject: Fix typo in nix-shell command reference. --- doc/manual/command-ref/nix-shell.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual/command-ref/nix-shell.xml') diff --git a/doc/manual/command-ref/nix-shell.xml b/doc/manual/command-ref/nix-shell.xml index 6f00e28cacaa..c64c93ec3ac2 100644 --- a/doc/manual/command-ref/nix-shell.xml +++ b/doc/manual/command-ref/nix-shell.xml @@ -267,7 +267,7 @@ dependencies in Nixpkgs. The lines starting with #! nix-shell specify nix-shell options (see above). Note that you cannot -write #1 /usr/bin/env nix-shell -i ... because +write #! /usr/bin/env nix-shell -i ... because many operating systems only allow one argument in #! lines. -- cgit 1.4.1