Skip to content

Commit 8e918f7

Browse files
committed
FIX: removed printed output if CD command is used without any argument
1 parent cfe4555 commit 8e918f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-shell.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd: func [
2222
/local val
2323
][
2424
switch type?/word :path [
25-
unset! [print what-dir]
25+
;unset! [print what-dir] ;-- looks like now need to print it as what-dir is now as a result
2626
file! [change-dir get :path]
2727
string! [change-dir to-rebol-file path]
2828
word! path! [

0 commit comments

Comments
 (0)