Files
overlay/app-admin/testssl/files/follow_symlinks.patch
2015-08-12 15:38:03 +02:00

14 lines
352 B
Diff

diff --git a/testssl.sh b/testssl.sh
index c8ffdcf..018681f 100755
--- a/testssl.sh
+++ b/testssl.sh
@@ -72,7 +72,7 @@ echo $VERSION | egrep -q "dev|rc" && \
SWURL="https://testssl.sh "
readonly PROG_NAME=$(basename "$0")
-readonly RUN_DIR=$(dirname $0)
+readonly RUN_DIR=$(dirname $(readlink -e $0))
INSTALL_DIR=""
MAP_RFC_FNAME=""