ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)

This commit is contained in:
Timothee Cour
2021-05-01 10:43:20 -07:00
committed by GitHub
parent ee6d56141c
commit 13b57524d3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
#! /bin/sh
rem DO NO EDIT DIRECTLY! auto-generated by `nim r tools/ci_generate.nim`
# DO NO EDIT DIRECTLY! auto-generated by `nim r tools/ci_generate.nim`
# build development version of the compiler; can be rerun safely.
# arguments can be passed, e.g.:

View File

@@ -87,7 +87,7 @@ if not exist %nim_csources% (
proc genPosixScript(): string =
result = fmt"""
#! /bin/sh
rem {doNotEdit}
# {doNotEdit}
# build development version of the compiler; can be rerun safely.
# arguments can be passed, e.g.: