mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
commit
709e363349
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue