From 323c6a9412a78dd6a3341a05746fca4b3a57492e Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 11 Nov 2019 19:31:58 +0000 Subject: another -f --- sh/bin.sh/python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh') diff --git a/sh/bin.sh/python.sh b/sh/bin.sh/python.sh index 2ec999a..6a50498 100755 --- a/sh/bin.sh/python.sh +++ b/sh/bin.sh/python.sh @@ -30,7 +30,7 @@ # # SPDX-License-Identifier: 0BSD -dir=$(dirname "$(readlink -f -- "$0")") +dir=$(dirname "$(readlink -- "$0")") . $dir/../lib.sh/existence.sh . $dir/../lib.sh/existence_python.sh -- cgit v1.2.3