summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0f378fb..6538554 100755
--- a/configure
+++ b/configure
@@ -13,7 +13,7 @@ error_msg()
init_vars()
{
- mb_project_dir=`readlink -f $(dirname $0)`
+ mb_project_dir=$(cd `dirname $0` ; pwd)
mb_pwd=`pwd`
if [ x"$mb_config" = x ]; then