On 1/20/07, Marco d'Itri <[EMAIL PROTECTED]> wrote:
Why not just use "$1"?
From the scripts:
/lib/udev/write_cd_rules:
find_next_available() {
raw_find_next_available "$(find_all_rules 'SYMLINK+=' $1)"
}
/lib/udev/hotplug.functions:
find_all_rules() {
local key="$1"
local linkre="$2"
local match="$3"
...
It's already quoted.
--
Michael Kaufman
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

