patacongo edited a comment on pull request #39:
URL:
https://github.com/apache/incubator-nuttx-testing/pull/39#issuecomment-697390446
The dir unlink script seems to be working fine, however (at least using a
relative path):
$ find . -name chip
./arch/arm/include/chip
./arch/arm/src/chip
./arch/z80/include/chip
./include/arch/chip
$ tools/unlink.sh ./arch/z80/include/chip
$ find . -name chip
./arch/arm/include/chip
./arch/arm/src/chip
./include/arch/chip
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]