tags 531582 + pending
thanks
On Tue, Jun 02, 2009 at 03:37:33PM +0100, Neil Williams wrote:
> There is a sed instruction in aptitude doc/fi that relies on the
> environment *not* being UTF-8.
> + sed -i $'s/AUTHOR/TEKIJ\304/' aptitude.fi.8
> sed: -e expression #1, char 16: unterminated `s' comma
Package: aptitude
Version: 0.4.11.11-1+b1
Severity: normal
There is a sed instruction in aptitude doc/fi that relies on the
environment *not* being UTF-8. I'm testing with this script snippet:
$ cat test.sh
#!/bin/bash
set -x
set -e
cd doc/fi
xsltproc -o output-man/aptitude.8 ./../aptitude-man.x
2 matches
Mail list logo