A dollar sign is missing in the script of contrib/lbuild/lbuild
so lipe dir is not able to be found.
Test-Parameters: trivial
Change-Id: I3de918d7e8d11123e5ee8672b089220587ed6756
Signed-off-by: Li Xi <lixi@ddn.com>
Reviewed-on: https://review.whamcloud.com/44418
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
# lipe exist in one uppper directory
if [[ -d ${TOPDIR}/../lipe ]]; then
pushd ${TOPDIR}/../lipe > /dev/null
- elif [[ -d {TOPDIR}/lipe ]]; then
+ elif [[ -d ${TOPDIR}/lipe ]]; then
pushd ${TOPDIR}/lipe > /dev/null
else
fatal 1 "Can not find lipe source"