summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2019-10-20 16:33:54 +0000
committermidipix <writeonce@midipix.org>2019-10-20 16:35:29 +0000
commit1ce18328e95ee3ae7314f759a09562855bb324ed (patch)
tree0e5997b2467b0d152ccd0639e6494694f24826a9 /configure
parent4bb32033249c5e13153cccf72219ad99148a29ad (diff)
downloadw32lib-1ce18328e95ee3ae7314f759a09562855bb324ed.tar.bz2
w32lib-1ce18328e95ee3ae7314f759a09562855bb324ed.tar.xz
build system: configure: replace dirname(1) with command language primitives.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f7fae02..92d1bd8 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 -- "${mb_script%/*}/" ; pwd -P)
mb_pwd=$(pwd -P)
mb_custom_cfgdefs_args=''