gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: remove -f from readlink, te


From: gnunet
Subject: [taler-build-common] branch master updated: remove -f from readlink, tested on NetBSD/amd64.
Date: Mon, 11 Nov 2019 19:30:44 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new ff59117  remove -f from readlink, tested on NetBSD/amd64.
ff59117 is described below

commit ff59117f2814c866e45ef8b3265b8596264d4eba
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 11 18:27:17 2019 +0000

    remove -f from readlink, tested on NetBSD/amd64.
    
    Note that readlink(1) is a non-standard tool, but
    using $(pwd) is not enough. This tool should be
    standardized, but macOS has no -f according to
    schanzenbach. I hope that this removal of -f
    is portable across other platforms we use.
---
 configure | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index 4ffb738..e2be5fa 100755
--- a/configure
+++ b/configure
@@ -32,7 +32,8 @@
 
 # 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 -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
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]