diff options
author | midipix <writeonce@midipix.org> | 2019-10-20 15:43:15 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-10-20 16:11:21 +0000 |
commit | 565fd4869d735df2fa1a735c3502c51ce8edf47f (patch) | |
tree | 5e09cd422670ed08b3e1f229baec30f008e808aa /sofort | |
parent | e230e90adb718d8a3e4448e94b3652cd76f2a618 (diff) | |
download | ptycon-565fd4869d735df2fa1a735c3502c51ce8edf47f.tar.bz2 ptycon-565fd4869d735df2fa1a735c3502c51ce8edf47f.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= |