mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Merge branch 'ticket/12582' into ticket/12582-ascraeus
* ticket/12582: [ticket/12582] Fix coding style.
This commit is contained in:
commit
f4d37749b6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue