Joshua Kinard wrote:
> On 09/13/2011 07:24, Amadeusz Żołnowski wrote:
>
>> You don't need -n/-z with [[.
>>
>> [[ $var ]] == [[ -n $var ]]
>> [[ ! $var ]] == [[ -z $var ]]
>>
Also, you can usually be more succinct with [[ $var ]] || { some code; } for
the empty case (as opposed to [[ $var ]
Michal Hrusecky posted on Thu, 15 Sep 2011 10:18:36 +0200 as excerpted:
>> How about using open-build-service in the name of the eclass(es)?
>
> I personally dislike long file names and obs is well known abbreviation
> (in my google search, second link is http://guild.opensuse.org and first
> htt