You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following warning is wrong:
https://code.google.com/p/google-styleguide/source/browse/trunk/shell.xml?r=112#
716
[[ "${my_var}" ]] is, when quoted, always exactly the same as [[ -n "${my_var}"
]] regardless of my_var contents, as far I've tested. Even with [ builtin. Can
you provide a counterexample?
Original issue reported on code.google.com by [email protected] on 9 Nov 2013 at 3:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 9 Nov 2013 at 3:37The text was updated successfully, but these errors were encountered: