From de71837b711ec076e2bf9c3a4b2f6a5bc3c56030 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 27 May 2014 20:56:29 +0200 Subject: [ticket/12582] Fix coding style. PHPBB3-12582 --- phpBB/develop/strip_icc_profiles.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/develop') diff --git a/phpBB/develop/strip_icc_profiles.sh b/phpBB/develop/strip_icc_profiles.sh index d228448abe..779c7ffca7 100755 --- a/phpBB/develop/strip_icc_profiles.sh +++ b/phpBB/develop/strip_icc_profiles.sh @@ -4,7 +4,8 @@ # @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 # -if [ "$#" -ne 1 ]; then +if [ "$#" -ne 1 ] +then SCRIPT=$(basename "$0") echo "Description: Finds and strips ICC Profiles from given image file." >&2 echo "Usage: $SCRIPT /path/to/image/file" >&2 -- cgit v1.2.1