>   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



_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to