Solly Ross
66115e5323
Fix broken if statement in lib/tls on ZSH
...
When using ZSH, the line `if [[ (!$cert && !$key && $ca) ]]` fails
due to a syntax error. Instead of checking the variables as a boolean,
we can simply check if they have a non-zero length. This works in ZSH.
Change-Id: I171ed10a8c0af354e82bd6119508a0c44b6bcd9c
2014-03-24 14:05:08 -04:00
..
2014-02-28 07:59:03 +11:00
2014-03-14 10:58:02 -03:00
2014-03-21 01:18:08 +00:00
2014-03-04 16:39:59 +09:00
2014-03-17 16:27:00 -07:00
2014-02-28 07:59:03 +11:00
2014-03-14 13:44:00 -07:00
2014-03-18 05:46:48 +00:00
2014-03-04 09:23:07 -05:00
2014-02-28 07:59:03 +11:00
2013-10-24 17:38:19 +01:00
2014-02-28 07:59:03 +11:00
2014-03-10 15:17:30 -05:00
2014-03-14 14:32:01 -04:00
2014-02-28 07:59:03 +11:00
2014-02-28 07:59:03 +11:00
2014-03-21 14:54:24 +00:00
2014-03-10 15:17:30 -05:00
2014-03-06 11:25:08 -06:00
2014-03-14 12:25:25 -04:00
2014-03-10 12:14:38 -07:00
2014-03-18 05:46:48 +00:00
2014-03-20 03:10:45 +00:00
2014-02-28 07:59:03 +11:00
2014-02-28 17:03:34 -08:00
2014-03-21 03:56:56 +00:00
2014-03-12 22:25:20 +04:00
2014-02-28 07:59:03 +11:00
2014-03-21 06:30:42 +00:00
2014-03-20 16:54:58 -04:00
2014-02-28 07:59:03 +11:00
2014-03-24 14:05:08 -04:00
2014-02-28 07:59:03 +11:00