forked from mirrors/nixpkgs
writers: fix typo in comment
This commit is contained in:
parent
a15b9373b8
commit
2581bc08da
|
@ -101,7 +101,7 @@ let
|
|||
interpreter = "${pkgs.bash}/bin/bash";
|
||||
};
|
||||
|
||||
# Like writeScriptBIn but the first line is a shebang to bash
|
||||
# Like writeScriptBin but the first line is a shebang to bash
|
||||
writeBashBin = name:
|
||||
writeBash "/bin/${name}";
|
||||
|
||||
|
|
Loading…
Reference in a new issue