bug-findutils
[Top][All Lists]
Advanced

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

Re: Infinite loop in mdate-sh


From: Vincent Lefevre
Subject: Re: Infinite loop in mdate-sh
Date: Wed, 8 Jun 2005 23:16:18 +0200
User-agent: Mutt/1.5.9-vl-20050401i

On 2005-06-08 20:41:21 +0200, Alexandre Duret-Lutz wrote:
> unset is not portable.  
> Can we override TIME_STYLE with some safe value? Which one? 
> What happens when this is set to the empty string?

An empty string is incorrect:

ay:~> TIME_STYLE= ls -l
ls: ambiguous argument `' for `time style'
Valid arguments are:
  - `full-iso'
  - `long-iso'
  - `iso'
  - `locale'
Try `ls --help' for more information.

So, you should set it to "locale" (this is OK since the script
sets the locales to C).

-- 
Vincent Lefèvre <address@hidden> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA




reply via email to

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