1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-16 05:43:19 +02:00

[ticket/12582] Remove set -e due to exiftool not liking 0 byte files.

PHPBB3-12582
This commit is contained in:
Andreas Fischer 2014-05-27 20:51:48 +02:00
parent b485318ba9
commit d7c143da24

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")