From d7c143da24083d5b1fbf3ffa36846a3a071a02be Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 27 May 2014 20:51:48 +0200 Subject: [PATCH] [ticket/12582] Remove set -e due to exiftool not liking 0 byte files. PHPBB3-12582 --- phpBB/develop/strip_icc_profiles.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/develop/strip_icc_profiles.sh b/phpBB/develop/strip_icc_profiles.sh index 69431fbac2..d228448abe 100755 --- a/phpBB/develop/strip_icc_profiles.sh +++ b/phpBB/develop/strip_icc_profiles.sh @@ -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")