>   sed: -e expression #1, char 13: unterminated `s' command

should be fixed in soon to be uploaded ~a22-1.

The problem is supposed to be triggered by the fact that :
1) sed doesn't like mutliline strings in script fragment
2) dash's echo builtin doesn't escape \n as other shells do.

So easy fix, is to use GNU echo (/bin/echo) were builtin echo is used.

-- 
Mathieu


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

Reply via email to