From d37b7787e5484e00e78f755ea2fd3bad4c75da3b Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 21 Sep 2015 00:15:01 -0400 Subject: replace non-portable use of readlink with a portable cd-pwd sequence. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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 -- cgit v1.2.3