diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-27 20:56:29 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-27 20:56:29 +0200 |
commit | de71837b711ec076e2bf9c3a4b2f6a5bc3c56030 (patch) | |
tree | b23e72dd92e7fcc5f2eedc90610c0ccb8cd4d189 /phpBB/develop | |
parent | d7c143da24083d5b1fbf3ffa36846a3a071a02be (diff) | |
download | forums-de71837b711ec076e2bf9c3a4b2f6a5bc3c56030.tar forums-de71837b711ec076e2bf9c3a4b2f6a5bc3c56030.tar.gz forums-de71837b711ec076e2bf9c3a4b2f6a5bc3c56030.tar.bz2 forums-de71837b711ec076e2bf9c3a4b2f6a5bc3c56030.tar.xz forums-de71837b711ec076e2bf9c3a4b2f6a5bc3c56030.zip |
[ticket/12582] Fix coding style.
PHPBB3-12582
Diffstat (limited to 'phpBB/develop')
-rwxr-xr-x | phpBB/develop/strip_icc_profiles.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 |