diff options
author | midipix <writeonce@midipix.org> | 2019-10-20 15:43:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-20 16:11:19 +0000 |
commit | 1046042743f18488cdd199f40f8f91f2cd7dc7b8 (patch) | |
tree | ea28bce3c36d9ccfd2786c3f70469950962c489a /sofort | |
parent | 3f0bae5a9272bb3a93f38943db4b5d10ecf659ce (diff) | |
download | dalist-1046042743f18488cdd199f40f8f91f2cd7dc7b8.tar.bz2 dalist-1046042743f18488cdd199f40f8f91f2cd7dc7b8.tar.xz |
build system: replace $(pwd) with $(pwd -P) for explicit/consistent behavior.
Diffstat (limited to 'sofort')
-rwxr-xr-x | sofort/tools/version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/tools/version.sh b/sofort/tools/version.sh index f510a32..caf5c5f 100755 --- a/sofort/tools/version.sh +++ b/sofort/tools/version.sh @@ -18,7 +18,7 @@ exit 1 # one -workdir=$(pwd) +workdir=$(pwd -P) srcdir= output= prefix= |