Many thanks for the script and for the info!

Currently I don't want to use int_outof because I want to
be backward compatible at least with openSUSE 10.3 when
I provide HPLIP packages via our openSUSE build service.

By the way:
A tiny note regarding use of "cut":
Usually I use "cut -s" to ignore non-matching lines.
Compare
echo -e "one,two\nthree\nfour,five" | cut -d ',' -f2
with
echo -e "one,two\nthree\nfour,five" | cut -s -d ',' -f2

-- 
Users not automatically added to "scanner" group: No scanning functions of HP 
multi-function in Hardy
https://bugs.launchpad.net/bugs/195782
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to