Release Jed 0.99.18-1

Rafael Laboissiere rafael at debian.org
Sun May 14 21:33:29 UTC 2006


* Jörg Sommer <joerg at alea.gnuu.de> [2006-05-14 22:36]:

> I would suggest these lines:
> 
> if [ -z $(ls /etc/jed-init.d/ 2>/dev/null) ]; then
>   rmdir /etc/jed-init.d
> fi

It only works with quotes:

if [ -z "$(ls /etc/jed-init.d/ 2>/dev/null)" ]; then
  rmdir /etc/jed-init.d
fi

Günter, can we commit this change?
 
-- 
Rafael



More information about the Pkg-jed-devel mailing list