libem.bash: bugfix in sourcing environment.bash
This commit is contained in:
@@ -125,7 +125,7 @@ done
|
||||
|
||||
declare -rx BUILD_BASEDIR=$(abspath $SHLIBDIR/..)
|
||||
|
||||
source "${BUILD_BASEDIR}/config/environment.bash"
|
||||
source "$(readlink ${BUILD_BASEDIR}/config/environment.bash)"
|
||||
|
||||
declare -xr BUILD_CONFIGDIR="${BUILD_BASEDIR}/config"
|
||||
declare -xr BUILD_SCRIPTSDIR="${BUILD_BASEDIR}/scripts"
|
||||
|
||||
Reference in New Issue
Block a user