makeself: retourner le code d'erreur même avec un auto-extractible temporaire

This commit is contained in:
Jephté Clain 2017-04-28 14:39:59 +04:00
parent 8482d61288
commit e01cabb65d
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ if test "\$keep" = n; then
fi
eval \$finish;
if test x"\$tmp_archive" = xy; then
exec /bin/rm -f "\$thisarch"
/bin/rm -f "\$thisarch"; exit \$res
else
exit \$res
fi