Searched refs:LANGSTR (Results 1 - 2 of 2) sorted by relevance

/inkscape/packaging/macosx/Resources/bin/
H A Dinkscape124 LANGSTR=`defaults read .GlobalPreferences AppleCollationOrder 2>/dev/null`
125 if [ "x$LANGSTR" == "x" -o "x$LANGSTR" == "xroot" ]
127 LANGSTR=`defaults read .GlobalPreferences AppleLocale 2>/dev/null | \
129 [ $_DEBUG ] && echo "Setting LANGSTR from AppleLocale: $LANGSTR" 1>&2
131 [ $_DEBUG ] && echo "Setting LANGSTR from AppleCollationOrder: $LANGSTR" 1>&2
136 if [ "x$LANGSTR" == "x" ]
139 [ $_DEBUG ] && echo "Overriding empty LANGSTR"
[all...]
/inkscape/packaging/macosx/ScriptExec/
H A Dlauncher-quartz-no-macintegration.sh127 LANGSTR=`defaults read .GlobalPreferences AppleCollationOrder 2>/dev/null`
128 if [ "x$LANGSTR" == "x" -o "x$LANGSTR" == "xroot" ]
130 LANGSTR=`defaults read .GlobalPreferences AppleLocale 2>/dev/null | \
132 [ $_DEBUG ] && echo "Setting LANGSTR from AppleLocale: $LANGSTR" 1>&2
134 [ $_DEBUG ] && echo "Setting LANGSTR from AppleCollationOrder: $LANGSTR" 1>&2
139 if [ "x$LANGSTR" == "x" ]
142 [ $_DEBUG ] && echo "Overriding empty LANGSTR"
[all...]

Completed in 14 milliseconds