summaryrefslogtreecommitdiff
path: root/recipes/images/files/library/tegra/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/tegra/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/tegra/update.sh')
-rwxr-xr-xrecipes/images/files/library/tegra/update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/files/library/tegra/update.sh b/recipes/images/files/library/tegra/update.sh
index 5b080ca..71e25f8 100755
--- a/recipes/images/files/library/tegra/update.sh
+++ b/recipes/images/files/library/tegra/update.sh
@@ -220,7 +220,7 @@ if [ "$UBOOT_RECOVERY" -eq 1 ] ; then
cd ${LOCPATH}
sudo ./tegrarcm --bct=../${BINARIES}/${BCT} --bootloader=../${BINARIES}/${U_BOOT_BINARY} --loadaddr=0x80108000
- exit 1
+ exit
fi
#sanity check for awk programs