Merge branch 'ticket/12582' into ticket/12582-ascraeus

* ticket/12582:
  [ticket/12582] Remove set -e due to exiftool not liking 0 byte files.
This commit is contained in:
Andreas Fischer 2014-05-27 20:53:22 +02:00
commit 709e363349

View file

@ -3,7 +3,6 @@
# @copyright (c) 2014 phpBB Group
# @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
#
set -e
if [ "$#" -ne 1 ]; then
SCRIPT=$(basename "$0")