on 16.10.2004 16:23 Colin Watson said the following:

In either case, removing quoting is surely the wrong answer. I'd do one
of these:

 mountsent="$(grep " $CDMOUNT " /proc/mounts || true)"
 mountsent="$(grep " $CDMOUNT " /proc/mounts)" || true



Both these solutions correct the problem. I let you choose the one you prefer :)

Regards

--
Farzad FARID <[EMAIL PROTECTED]>                     http://www.farzy.org/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to