Fix broken fel access in script

This commit is contained in:
Wynter Woods 2015-09-13 05:26:50 -07:00
parent c26555ed9c
commit 865dae5249
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SCRIPTDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source $SCRIPTDIR/common.sh
FEL=${FEL}
FEL=fel
echo "BUILDROOT_OUTPUT_DIR = $BUILDROOT_OUTPUT_DIR"