GJDuck / e9patch

A powerful static binary rewriting tool
GNU General Public License v3.0
986 stars 67 forks source link

set -e for e9compile.sh #80

Closed McSinyx closed 3 months ago

McSinyx commented 3 months ago

It is easier to debug when the script does not fall through errors.

The grep invocation is moved inside the predicate to not fail when there is no match.

GJDuck commented 3 months ago

Thanks, looks reasonable.

McSinyx commented 3 months ago

Thanks!