We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acbfdb commit 3b5f3b2Copy full SHA for 3b5f3b2
src/mezz/sys-base.reb
@@ -194,10 +194,10 @@ make-module*: func [
194
; MOVE some of these to SYSTEM?
195
boot-banner: ajoin [
196
"REBOL 3." system/version/2 #"." system/version/3
197
- " for " system/platform
+ " for " system/platform " (" system/build/os #")"
198
" built " system/build/date
199
]
200
-if system/build/git [
+if all [system/build/git system/build/git/commit] [
201
append append boot-banner " commit #" copy/part system/build/git/commit 8
202
203
boot-help: "Boot-sys level - no extra features."
0 commit comments