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
commitde6be6f4b6763621173b6b8355dea78784348b98 (patch)
tree82569b8a74e85ebb370ed2ed66b86a9fe3d36278
parentf91bd39d6345584e9ca53139575785ed9f28b62e (diff)
downloadu16ports-de6be6f4b6763621173b6b8355dea78784348b98.tar.bz2
u16ports-de6be6f4b6763621173b6b8355dea78784348b98.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=''