|
From: | Paul Eggert |
Subject: | Re: [PATCH] Replace 'test "${var+set}" = set' with 'test -n "${var+set}"' |
Date: | Wed, 08 Apr 2015 23:49:54 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Eric Blake wrote:
test ${var+y}
Hah! Here's something that's one byte shorter: ${var+:} [ ] It may be clearer to write it more in the style you used: [ ${var+y} ] Both of these work with Solaris 10 /bin/sh.
[Prev in Thread] | Current Thread | [Next in Thread] |