Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

More [[ $var ]] (Re: zsh-newuser-install)



[> workers]

On Apr 26,  9:21pm, Peter Stephenson wrote:
} Subject: Re: zsh-newuser-install
}
}      condlex();
} +    if (tok == DOUTBRACK)
} +    {
} +	/* allow [[ $testsize ]] for compatibility */
} +	return par_cond_double(dupstring("-n"), s1);
} +    }


This isn't good enough, [[ $var && $othervar ]] should also work, etc.



Messages sorted by: Reverse Date, Date, Thread, Author