summaryrefslogtreecommitdiffhomepage
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:28 +0000
commit59778cf08418617d39b67f635214a640ff0de7e5 (patch)
treea6fa55f2965b02a0eb94cef45de24586f0789c6b
parentdc914efa36d7ad8943737d72f468e9ebec473021 (diff)
downloadpemagine-59778cf084.tar.bz2
pemagine-59778cf084.tar.xz
build system: configure: replace dirname(1) with command language primitives.
-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=''