[RFU] [1.7] Base-Files

Dave Korn dave.korn.cygwin@googlemail.com
Fri Feb 13 19:57:00 GMT 2009


Pierre A. Humblet wrote:

> +       else
> +               OLDHOME=$HOME
> +               { [ -d "$TEMP" ] && HOME="$TMP"; } || { [ -d /tmp ] && HOME=/tmp; } || HOME=/

  Looks like a typo to me.  Perhaps you meant

              { [ -d "$TEMP" ] && HOME="$TEMP"; }
		|| ( [ -d "$TMP" ] && HOME="$TMP"; }
		|| { [ -d /tmp ] && HOME=/tmp; }
		|| HOME=/


    cheers,
      DaveK



More information about the Cygwin-apps mailing list