We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe4555 commit 8e918f7Copy full SHA for 8e918f7
src/mezz/mezz-shell.r
@@ -22,7 +22,7 @@ cd: func [
22
/local val
23
][
24
switch type?/word :path [
25
- unset! [print what-dir]
+ ;unset! [print what-dir] ;-- looks like now need to print it as what-dir is now as a result
26
file! [change-dir get :path]
27
string! [change-dir to-rebol-file path]
28
word! path! [
0 commit comments