[PATCH] Fix typos and shell for MacOSX packaging scripts

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Wed Oct 3 13:34:52 PDT 2012


On Wed, 3 Oct 2012, Dirk Hohndel wrote:
> Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn at axis.com> writes:
> >
> > What do:
> >
> > 	APPLECOLLATION
> > 	APPLELOCALE
> >
> > show on a MacOSX, anyway?  Worst case ;)  The standard replacement is
> > an 'expr' fork, but I'd very much like to avoid that.  When possible,
> > to use shell builtin parameter expansion instead.
>
> They don't show up in my environment at all.

Odd...  Let's wait a while for more reactions.

> APPLELOCALE appears to be a typical local string if set (something like
> "en_US")

Manageble.  On my non-mac box similar things are configured to not set or
POSIX:

	LANG=
	LANGUAGE=
	LC_CTYPE=
	LC_NUMERIC="POSIX"
	LC_TIME="POSIX"
	LC_COLLATE="POSIX"
	LC_MONETARY="POSIX"
	LC_MESSAGES="POSIX"
	LC_PAPER="POSIX"
	LC_NAME="POSIX"
	LC_ADDRESS="POSIX"
	LC_TELEPHONE="POSIX"
	LC_MEASUREMENT="POSIX"
	LC_IDENTIFICATION="POSIX"
	LC_ALL=

which is the way I like them to be.

> I cannot find a reference of what APPLECOLLATION might hold - this is
> copied straight from the gtk-mac-bundler example :-(

Hmm...  Maybe Henrik has some answers?


Cheers,

-- 
Cristian


More information about the subsurface mailing list