summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-20 15:46:04 +0000
committermidipix <writeonce@midipix.org>2019-10-20 16:11:20 +0000
commitf7055a3cf8533ea79f5ab90f03cab43fc929b07e (patch)
tree8c9d451f5ac9d8d6eb68dd16e92861f20d4f8425 /configure
parent1046042743f18488cdd199f40f8f91f2cd7dc7b8 (diff)
downloaddalist-f7055a3cf8533ea79f5ab90f03cab43fc929b07e.tar.bz2
dalist-f7055a3cf8533ea79f5ab90f03cab43fc929b07e.tar.xz
build system: employ the cd -- <dir> idiom for good measure.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1b80afd..4d79af5 100755
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@ warning_msg()
init_vars()
{
- mb_project_dir=$(cd "$(dirname "$mb_script")" ; pwd -P)
+ mb_project_dir=$(cd -- "$(dirname "$mb_script")" ; pwd -P)
mb_pwd=$(pwd -P)
mb_custom_cfgdefs_args=''