From: Andre Noll Date: Mon, 2 Nov 2009 13:34:15 +0000 (+0100) Subject: Capitalize prefix variable. X-Git-Tag: v0.1.1~6 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=f55deeb0da0fe02cc3ff713e0a02057764b860a0;hp=f55deeb0da0fe02cc3ff713e0a02057764b860a0;p=osl.git Capitalize prefix variable. As noted by Steffen Schmidt, in most projects the installation prefix is spelled in caps, so follow this rule in osl. Also use ?:= as the assignement operator as it creates a simply expanded variable which is more suitable for the PREFIX variable. ---