Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
BSD realpath is equivalent as GNU readlink -f
Baptiste Daroussin committed 9 years ago
commit 9b5197bd01ac2a25a04a85db8a48070b98f5fc84
parent 24f7ff4
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'
+
		RP='readlink -f'
	else
		RP='realpath'
	fi