bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug in Makefile 3.81


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]