summary refs log tree commit diff stats
path: root/build_all.sh
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-05-01 10:43:20 -0700
committerGitHub <noreply@github.com>2021-05-01 10:43:20 -0700
commit13b57524d35a18df57bec2a7d6a2faa7ce712e9f (patch)
treea8f39c312e8953d251d61700bfe7d4e991aa6973 /build_all.sh
parentee6d56141c11cf9273d3671eb9dd54097361cc1b (diff)
downloadNim-13b57524d35a18df57bec2a7d6a2faa7ce712e9f.tar.gz
ref #17913; fix typo in tools/ci_generate.nim generating build_all.sh (#17915)
Diffstat (limited to 'build_all.sh')
-rwxr-xr-xbuild_all.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_all.sh b/build_all.sh
index 90665672f..37374aa7c 100755
--- a/build_all.sh
+++ b/build_all.sh
@@ -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.: