Skip to content

Commit 38447b5

Browse files
authored
Merge pull request LibreELEC#3121 from antonlacon/mkimage-fixup
scripts/mkimage: die is unknown; exit 1
2 parents a4fe4d9 + 04556e8 commit 38447b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/mkimage

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ show_error() {
4444
if [ -s "${SAVE_ERROR}" ]; then
4545
cat "${SAVE_ERROR}"
4646
else
47-
echo "Folder $LE_TMP might be out of free space..."
47+
echo "Folder ${LE_TMP} might be out of free space..."
4848
fi
49-
echo
49+
echo
5050
cleanup
51-
die
51+
exit 1
5252
}
5353

5454
trap cleanup SIGINT

0 commit comments

Comments
 (0)