Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
On Thu, 24 May 2012 02:43:47 +0200
hasufell <hasufell@g.o> wrote:
> -s|--size)
> if [[ ${2%%x*}x${2%%x*} == "$2" ]] ; then
> size=${2%%x*}
> else
> size=${2}
> fi
> case ${size} in
> 16|22|24|32|36|48|64|72|96|128|192|256)
> size=${size}x${size};;
> scalable)
> ;;
Not that anyone would care enough to try to understand what magic is
happening there... Please reimplement in Perl.
--
Best regards,
Michał Górny
|
|