From 3e073236dbacdaaaeead9ed83834474451d98939 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 1 Feb 2016 08:53:31 +0000 Subject: [PATCH] Fix software-install.sh to use the GNU version of readlink. --- bin/software-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/software-install.sh b/bin/software-install.sh index 69dd6bf..7eb1519 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -63,7 +63,7 @@ EOF #------------------------------- # Some tools require root set-UID #------------------------------- -xargs -n1 -I % bash -c 'find $(dirname $(readlink -f $(which %))) -name $(basename $(which %)) -type f ! \( -perm -u+s -a -user root \) ' <