diff --git a/lib/makeself-2.1.5/makeself-header.sh b/lib/makeself-2.1.5/makeself-header.sh index 6838dd7..e97a407 100755 --- a/lib/makeself-2.1.5/makeself-header.sh +++ b/lib/makeself-2.1.5/makeself-header.sh @@ -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