zsh-users
 help / color / mirror / code / Atom feed
From: Kurtis Rader <krader@skepticism.us>
To: Thorsten Kampe <thorsten@thorstenkampe.de>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: `[[ -n $VAR ]]` equal to `[[ $VAR ]]`?
Date: Thu, 9 Apr 2015 19:02:54 -0700	[thread overview]
Message-ID: <CABx2=D9Mk01ovQkMyWT_1nh9WdDvcpqmMJAOdka-oEmN8Xe4nw@mail.gmail.com> (raw)
In-Reply-To: <mg79kr$vqb$2@ger.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1041 bytes --]

Okay, I had forgotten that a bare string is equivalent to "-n string" in
bash. The zsh documentation makes no mention of this "feature". It probably
works for you and not me because of an option that differs between our two
environments. Although for the life of me I can't figure out what that
option is.

On Thu, Apr 9, 2015 at 6:39 PM, Thorsten Kampe <thorsten@thorstenkampe.de>
wrote:

> * Kurtis Rader (Thu, 9 Apr 2015 18:31:04 -0700)
> > When I run the following
> >
> >     [[ $VAR ]] && print yes
> >
> > I get a parse error. Which is what I expected given the documentation in
> > section "Conditional Expressions" of "man zshall". Are you seeing
> different
> > behavior? What makes you think a bare variable is a valid expression?
>
>
> ```
> VAR=
>
> if [[ $VAR ]]
> then
>     printf "something\n"
> else
>     printf "nothing\n"
> fi
> ```
>
> Works fine in zsh and bash.
>
> Same goes for
> `[[ $VAR ]] && printf "something\n" || printf "nothing\n"`
>
>


-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank

  reply	other threads:[~2015-04-10  2:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-10  1:23 Thorsten Kampe
2015-04-10  1:31 ` Kurtis Rader
2015-04-10  1:39   ` Thorsten Kampe
2015-04-10  2:02     ` Kurtis Rader [this message]
2015-04-10  2:05       ` Kurtis Rader
2015-04-10  2:46         ` Mikael Magnusson
2015-04-10  2:59           ` Kurtis Rader
2015-04-10  4:00             ` Mikael Magnusson
2015-04-10  6:06             ` Thorsten Kampe
2015-04-13 16:52               ` Ray Andrews
2015-04-13 17:36                 ` Roman Neuhauser
2015-04-13 23:58                   ` Ray Andrews
2015-04-14  1:27                     ` Bart Schaefer
2015-04-14 15:06                       ` Ray Andrews
2015-04-10  3:21           ` Kurtis Rader
2015-04-10  2:01 ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CABx2=D9Mk01ovQkMyWT_1nh9WdDvcpqmMJAOdka-oEmN8Xe4nw@mail.gmail.com' \
    --to=krader@skepticism.us \
    --cc=thorsten@thorstenkampe.de \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).