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 | c6f60fec1e7c7168d6af2739289ca8caaa8b6906 (patch) | |
tree | 455ccd9c42ec05f99687a61913a2f485ddf75600 /configure | |
parent | c68a1cefcd72e88a5e0db135906b2fcbb3ad8040 (diff) | |
download | apimagic-c6f60fec1e7c7168d6af2739289ca8caaa8b6906.tar.bz2 apimagic-c6f60fec1e7c7168d6af2739289ca8caaa8b6906.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='' |