|
| From: | Karl Berry |
| Subject: | Re: Possible bug in Makefile 3.81 |
| Date: | Tue, 6 Nov 2007 18:00:08 -0600 |
> if [[ -n "string" ]]; then echo "hello"; fi For better portability, don't use [[ (or [). Just use if test -n "string"; then ... Best, karl
| [Prev in Thread] | Current Thread | [Next in Thread] |