Changes between Initial Version and Version 1 of Ticket #66, comment 3
- Timestamp:
- Jul 19, 2016, 11:46:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #66, comment 3
initial v1 1 1 This problem breaks down to the following: 2 2 {{{ 3 D:>dash -c 'cd /@unixroot/usr '4 C:/USR/BIN/dash.exe: 1: cd: can't cd to /@unixroot/usr 3 D:>dash -c 'cd /@unixroot/usr/share/libtool/build-aux' 4 C:/USR/BIN/dash.exe: 1: cd: can't cd to /@unixroot/usr/share/libtool/build-aux 5 5 }}} 6 6 If you use ash instead of dash, it works smoothly. There must be a built in `cd` command fault.