summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
-rwxr-xr-xsh/bin.sh/python.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index e2be5fa..7749566 100755
--- a/configure
+++ b/configure
@@ -32,7 +32,6 @@
# we invoke configure not as a symlink but as a copy,
# so we have to use a fixed location for the repository!
-# dir=$(dirname "$(readlink -f -- "$0")")/build-system/taler-build-scripts
dir=$(dirname "$(readlink -- "$0")")/build-system/taler-build-scripts
. $dir/sh/lib.sh/existence.sh
. $dir/sh/lib.sh/existence_python.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