We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c25db2 commit aa4c060Copy full SHA for aa4c060
src/mezz/mezz-banner.r
@@ -42,6 +42,11 @@ make-banner: func [
42
str
43
]
44
45
+if #"/" <> first system/options/home [
46
+ ;make sure that home directory is absolute on all platforms
47
+ system/options/home: clean-path join what-dir system/options/home
48
+]
49
+
50
sys/boot-banner: make-banner [
51
*
52
-
@@ -59,7 +64,7 @@ sys/boot-banner: make-banner [
59
64
60
65
= Language: system/locale/language*
61
66
= Locale: system/locale/locale*
62
- = Home: [to-local-file clean-path join what-dir system/options/home]
67
+ = Home: [to-local-file system/options/home]
63
68
69
70
0 commit comments