Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Actually this is more readlink -e
Baptiste Daroussin committed 9 years ago
commit 6245036f8c53ff61e269173eb488d33edd9062c9
parent 9b5197bd01ac2a25a04a85db8a48070b98f5fc84
1 file changed +1 -1
modified tests/frontend/rootdir.sh
@@ -8,7 +8,7 @@ tests_init \
rootdir_body() {
	unset PKG_DBDIR
	if [ `uname -s` = "Linux" ]; then
-
		RP='readlink -f'
+
		RP='readlink -e'
	else
		RP='realpath'
	fi