On Mon, Sep 24, 2012 at 9:45 AM, Devin Teske wrote:
>
> On Sep 23, 2012, at 8:13 PM, Doug Barton wrote:
>
>> On 09/22/2012 15:16, Devin Teske wrote:
>>> -if : 2> /dev/null > "$_PATH_DB"; then
>>> +if true 2> /dev/null > "$_PATH_DB"; then
>>> cat <<-EOF
On Sep 23, 2012, at 8:13 PM, Doug Barton wrote:
> On 09/22/2012 15:16, Devin Teske wrote:
>> -if : 2> /dev/null > "$_PATH_DB"; then
>> +if true 2> /dev/null > "$_PATH_DB"; then
>> cat <<-EOF > "$_PATH_DB"
>> $zoneinfo
>>
On 09/22/2012 15:16, Devin Teske wrote:
> - if : 2> /dev/null > "$_PATH_DB"; then
> + if true 2> /dev/null > "$_PATH_DB"; then
> cat <<-EOF > "$_PATH_DB"
> $zoneinfo
> EOF
Is there a reason you're not using m