On Jan 13, 2012, at 08:15, [email protected] wrote:

> Revision: 88856
>          http://trac.macports.org/changeset/88856
> Author:   [email protected]
> Date:     2012-01-13 06:15:08 -0800 (Fri, 13 Jan 2012)
> Log Message:
> -----------
> users/pixilla:
> - Reorganize scripts.

Some typos for you, sir:


> Copied: users/pixilla/scripts/mp-shared-objects (from rev 87860, 
> users/pixilla/dports/devel/mp-shared-objects/files/mp-shared-objects)
> ===================================================================
> --- users/pixilla/scripts/mp-shared-objects                           (rev 0)
> +++ users/pixilla/scripts/mp-shared-objects   2012-01-13 14:15:08 UTC (rev 
> 88856)

> +OPTIONS:
> +    -h      Show this message
> +    -p      Path or Port (requires -m) to check
> +    -m      Use -p as a port name rather then a path
> +    -c      Check if shared library exists, print "${eError}" if it does not
> +    -q      Quite, only print errors, implies -c
> +    -s      Stop on errors
> +
> +EOF
> +}
> +
> +[ -z $TYPE ] && TYPE=PATH
> +[ -z $CHECK_EXISTS ] && CHECK_EXISTS=
> +[ -z $QUITE ] && QUITE=
> +[ -z $STOP ] && STOP=

"Quite" and "QUITE" should be "Quiet" and "QUIET".


> +        SHAREDLIBRARYS=( $(otool -XL "${FILES[$fc]}" | sed -e 
> "s/^Archive.*//" | tr -d '\t' | awk '{print $1}') )

"SHAREDLIBRARYS" should be "SHAREDLIBRARIES".




_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to