bug-bash
[Top][All Lists]
Advanced

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

simple bug/compat question


From: Linda Walsh
Subject: simple bug/compat question
Date: Mon, 19 Jan 2009 20:31:19 -0800
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Am running an older bash version and this may be fixed (assuming it
is a bug and I'm not confused...:-))

bash version = 3.2.39(20)

This works:
1)      if [  -n ""  -a 2 -gt 1 ] ; then echo one;fi

This does not:
2)      if [[  -n ""  -a 2 -gt 1 ]] ; then echo one;fi



Shouldn't 2 work equally well as 1?

(original test on "$1":
        -n "$1" -a "$1" -gt 0
)





reply via email to

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