summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/imx6/update.sh
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-04-19 14:37:11 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-06-24 00:50:24 +0200
commit08058cb91c28a0b28dc4767e4d1683e3d3cab496 (patch)
tree9ab2bcefac3de638746ccfda9b4a5b9f03924fb1 /recipes/images/files/library/imx6/update.sh
parentc474f5a9fcfc8eaf8022d58d199ed8af1bc65521 (diff)
update.sh: omit explicit exit code after recovery command
By omitting an explicit exit code after the recovery command we will get the exit code of the last command. This makes sense, since we would be able to tell whether recovery actually succeeded or not. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes/images/files/library/imx6/update.sh')
-rwxr-xr-xrecipes/images/files/library/imx6/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/library/imx6/update.sh b/recipes/images/files/library/imx6/update.sh
index c3f3903..10043e1 100755
--- a/recipes/images/files/library/imx6/update.sh
+++ b/recipes/images/files/library/imx6/update.sh
@@ -139,7 +139,7 @@ if [ "$UBOOT_RECOVERY" -ge 1 ] ; then
cd ${LOCPATH}
#the IT timings work for all modules, so use it during recovery
sudo ./imx_usb ../${BINARIES}/${U_BOOT_BINARY_IT}
- exit 1
+ exit
fi
#sanity check for awk programs