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 | 8a369b21867f77cbaada72a021d5a66db7c6827b (patch) | |
tree | e0ae866cd87b57fa6a85db06a79e48c408675f06 /configure | |
parent | 11dc72cfc6e2d304e06c7327048348407658efc3 (diff) | |
download | perk-8a369b21867f77cbaada72a021d5a66db7c6827b.tar.bz2 perk-8a369b21867f77cbaada72a021d5a66db7c6827b.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='' |