Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Actually this is more readlink -e
Baptiste Daroussin committed 9 years ago
commit 6245036f8c53ff61e269173eb488d33edd9062c9
parent 9b5197b
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