Skip to content

Commit

Permalink
FIX: removed printed output if CD command is used without any argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 8, 2018
1 parent cfe4555 commit 8e918f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mezz/mezz-shell.r
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cd: func [
/local val
][
switch type?/word :path [
unset! [print what-dir]
;unset! [print what-dir] ;-- looks like now need to print it as what-dir is now as a result
file! [change-dir get :path]
string! [change-dir to-rebol-file path]
word! path! [
Expand Down

0 comments on commit 8e918f7

Please sign in to comment.