Hi,

Giuseppe Sacco:
> could you please change the last part of the same file this way?
> 
That should work, except for

> # copy only if not bind mounted from /etc/hylafax
> if [ 0 -eq $(findmnt --noheadings --target /var/spool/hylafax/etc | grep -c 
> '[/etc/hylafax]') ]

… the fact that grep interprets the regexp as "any char in '/acefhlxy'",
in other words: it behaves like 'wc -l' in this case.

You want to use fgrep.  ;-)

-- 
-- Matthias Urlichs



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to