scripts/mkimage: dont exit and break the build from here

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-27 22:14:31 +01:00
parent c0de147498
commit 1b111d2b5d

View File

@ -47,7 +47,6 @@ fi
sudo losetup -d "$LOOP"
[ -f "$OE_TMP/ldlinux.sys" ] && sudo chattr -i "$OE_TMP/ldlinux.sys" || :
sudo rm -rf "$OE_TMP"
exit
}
trap cleanup SIGINT