Last change
on this file was 3621, checked in by Bruno Cornec, 9 years ago |
New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.
|
File size:
212 bytes
|
Rev | Line | |
---|
[3621] | 1 | # shell's $PWD may leave symlinks unresolved.
|
---|
| 2 | # "pwd" may be a built-in and have the same problem.
|
---|
| 3 | # External pwd _can't_ have that problem (current dir on Unix is physical).
|
---|
| 4 | test $(`which pwd`) = $(busybox pwd)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.