on 16.10.2004 16:23 Colin Watson said the following:
Both these solutions correct the problem. I let you choose the one you prefer :)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
Regards -- Farzad FARID <farzy@farzy.org> http://www.farzy.org/