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 /configure | |
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 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,8 +49,8 @@ warning_msg() init_vars() { - mb_project_dir=$(cd "$(dirname "$mb_script")" ; pwd) - mb_pwd=$(pwd) + mb_project_dir=$(cd "$(dirname "$mb_script")" ; pwd -P) + mb_pwd=$(pwd -P) mb_custom_cfgdefs_args='' mb_custom_cfgdefs_space='' |