Changes between Initial Version and Version 1 of Ticket #66, comment 3


Ignore:
Timestamp:
Jul 19, 2016, 9:46:50 PM (8 years ago)
Author:
dmik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66, comment 3

    initial v1  
    11This problem breaks down to the following:
    22{{{
    3 D:>dash -c 'cd /@unixroot/usr'
    4 C:/USR/BIN/dash.exe: 1: cd: can't cd to /@unixroot/usr
     3D:>dash -c 'cd /@unixroot/usr/share/libtool/build-aux'
     4C:/USR/BIN/dash.exe: 1: cd: can't cd to /@unixroot/usr/share/libtool/build-aux
    55}}}
    66If you use ash instead of dash, it works smoothly. There must be a built in `cd` command fault.