diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-27 20:56:47 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-27 20:56:47 +0200 |
commit | f4d37749b6b74d0782e8c20150dd708a2b233353 (patch) | |
tree | e4f6cab8762719a58b6f4ab207f2d3a0f6367ff5 /phpBB/develop/strip_icc_profiles.sh | |
parent | 709e363349e460879807f6d524ce33c710904175 (diff) | |
parent | de71837b711ec076e2bf9c3a4b2f6a5bc3c56030 (diff) | |
download | forums-f4d37749b6b74d0782e8c20150dd708a2b233353.tar forums-f4d37749b6b74d0782e8c20150dd708a2b233353.tar.gz forums-f4d37749b6b74d0782e8c20150dd708a2b233353.tar.bz2 forums-f4d37749b6b74d0782e8c20150dd708a2b233353.tar.xz forums-f4d37749b6b74d0782e8c20150dd708a2b233353.zip |
Merge branch 'ticket/12582' into ticket/12582-ascraeus
* ticket/12582:
[ticket/12582] Fix coding style.
Diffstat (limited to 'phpBB/develop/strip_icc_profiles.sh')
-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 |