build-common

Shared build system code (usually as a git submodule)
Log | Files | Refs | README | LICENSE

commit 323c6a9412a78dd6a3341a05746fca4b3a57492e
parent ff59117f2814c866e45ef8b3265b8596264d4eba
Author: ng0 <ng0@n0.is>
Date:   Mon, 11 Nov 2019 19:31:58 +0000

another -f

Diffstat:
Mconfigure | 1-
Msh/bin.sh/python.sh | 2+-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 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 @@ -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