From 66e49e0aa2658a20f2678a90ba99def8513cd229 Mon Sep 17 00:00:00 2001 From: Wynter Woods Date: Mon, 15 Feb 2016 16:12:27 -0800 Subject: [PATCH] Fixed bug in chip-fel-flash.sh where script was trying to run a variable name as a shell command rather than getting the value. --- chip-fel-flash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chip-fel-flash.sh b/chip-fel-flash.sh index c9f0292..0896fbd 100755 --- a/chip-fel-flash.sh +++ b/chip-fel-flash.sh @@ -211,7 +211,7 @@ fi if [[ "${METHOD}" == "fel" ]]; then if ! wait_for_linuxboot; then echo "ERROR: could not flash": - rm -rf $(TMPDIR) + rm -rf ${TMPDIR} exit 1 else ${SCRIPTDIR}/verify.sh