]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/build_sysroot/prepare_sysroot_src.sh
Merge commit 'e228f0c16ea8c34794a6285bf57aab627c26b147' into libgccjit-codegen
[rust.git] / compiler / rustc_codegen_gcc / build_sysroot / prepare_sysroot_src.sh
index 4d18092419a4b77ab2618194cb208575356d39a3..071e7ed1f85df465dabe68bf1ee3e0216d2f424d 100755 (executable)
@@ -21,7 +21,7 @@ echo "[GIT] add"
 git add .
 echo "[GIT] commit"
 
-# This is needed on virgin system where nothing is configured.
+# This is needed on systems where nothing is configured.
 # git really needs something here, or it will fail.
 # Even using --author is not enough.
 git config user.email || git config user.email "none@example.com"