1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/12582] Fix coding style.

PHPBB3-12582
This commit is contained in:
Andreas Fischer
2014-05-27 20:56:29 +02:00
parent d7c143da24
commit de71837b71

View File

@@ -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