aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2014-05-27 20:51:48 +0200
committerAndreas Fischer <bantu@phpbb.com>2014-05-27 20:51:48 +0200
commitd7c143da24083d5b1fbf3ffa36846a3a071a02be (patch)
tree809bef59dae09e8a096afc046c60f6dab9ab6267 /phpBB
parentb485318ba9e9831c87e7c33decf80bf74f350125 (diff)
downloadforums-d7c143da24083d5b1fbf3ffa36846a3a071a02be.tar
forums-d7c143da24083d5b1fbf3ffa36846a3a071a02be.tar.gz
forums-d7c143da24083d5b1fbf3ffa36846a3a071a02be.tar.bz2
forums-d7c143da24083d5b1fbf3ffa36846a3a071a02be.tar.xz
forums-d7c143da24083d5b1fbf3ffa36846a3a071a02be.zip
[ticket/12582] Remove set -e due to exiftool not liking 0 byte files.
PHPBB3-12582
Diffstat (limited to 'phpBB')
-rwxr-xr-xphpBB/develop/strip_icc_profiles.sh1
1 files changed, 0 insertions, 1 deletions
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")