3
0
Fork 0
forked from mirrors/nixpkgs

writers: fix typo in comment

This commit is contained in:
Jeremy Schlatter 2023-01-05 20:26:25 -08:00 committed by GitHub
parent a15b9373b8
commit 2581bc08da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}";