On Thu, Dec 23, 2010 at 10:17:03PM +0100, [email protected] wrote: > - sidadm="`echo $SID | tr [:upper:] [:lower:]`adm" > + sidadm="`echo $SID | tr '[:upper:]' '[:lower:]'`adm"
AFAIK, [:upper:] corresponds to (in English) A-Z, i.e. it shouldn't be expanded by the shell. As opposed to [[:upper:]] or [A-Z]. Are you sure that this needs fixing? Thanks, Dejan > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
