1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-02 14:57:37 +02:00

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

View File

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