Merge pull request #209267 from jeremyschlatter/patch-1

writers: fix typo in comment
This commit is contained in:
figsoda 2023-01-05 23:47:55 -05:00 committed by GitHub
commit e23d2314a7
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}";