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

Bug#276722: discover1: "set -e" prevents cdrom mountpoint creation



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 <farzy@farzy.org>			   http://www.farzy.org/




Reply to: