diff options
Diffstat (limited to 'phpBB')
-rwxr-xr-x | phpBB/develop/strip_icc_profiles.sh | 1 |
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") |