Commit 36ee72c
Use realpath by default to resolve symlinks instead of readlink -f
Older versions of busybox do not support the -f flag for readlink. realpath on
the other hand works both for the GNU coreutils & busybox.
To be safe, we still fall back to readlink -f in case realpath is not available
on the system.1 parent 4614915 commit 36ee72c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
64 | 67 | | |
65 | 68 | | |
66 | 69 | | |
| |||
0 commit comments