]> wimlib.net Git - wimlib/commit
Use "EXIT" instead of "exit" in bash trap statements
authorEric Biggers <ebiggers3@gmail.com>
Sat, 30 May 2015 20:47:58 +0000 (15:47 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Sat, 30 May 2015 20:47:58 +0000 (15:47 -0500)
commit91bc75b37c64202637c2e2d2fe5b2d3005356e4d
tree545f02060a03712196eb916bbddce589e8abf51d
parentb982aac54ea06f51418ed28d4f864821b350ccca
Use "EXIT" instead of "exit" in bash trap statements

The lower case version does not work in a Turkish locale.  The upper case
version is what the bash docs actually mention and is what bash actually
checks against using strcasecmp().
programs/mkwinpeimg.in
tests/test-imagex-update_and_extract