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

Re: jessie release goals



On 2013-05-13 16:26:58 +0200, Vincent Lefevre wrote:
> One could imagine the same thing but with testing directories...
> Something like in the /etc/default/ file:
> 
> test -f some_dir || ENABLED=0
> 
> But this method needs an "ENABLED" variable!

Actually, that would be more like

ENABLED=0
test -f some_dir && ENABLED=1

and so on.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


Reply to: