diff options
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 |