reassign 375205 fvwm-crystal
quit

Hello Michael and Christian,

/etc/menu-methods/fvwm-crystal says:

function CommandWOArgs()=shell("sh -r -c 'echo -n $0' "
                       replace(
                       "\""
                       esc(stripdir($command), "\\$`\"")
                       "\"", " ", "\" \""));

POSIX sh does not support the -r option and Debian policy 
does not mandate /bin/sh to be bash but only POSIX sh compatible.

However, I think the best fix would be to rewrite CommandWOArgs so that
it does not need to use shell() at all, since it is slow.

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


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

Reply via email to