[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:18844] Bug#JP/1096: xfonts-k14g: postrm bug
Package: xfonts-k14g
Version: 1-1
Severity: important
if [ $(find | wc -l) -eq 1 ]; then
strm script of this package has a bug.
if [ $(find | wc -l) -eq 1 ]; then
^^^^^
It must be replaced:
if [ $(find $currentdir | wc -l) -eq 1 ]; then
Thanks,
--
Kenshi Muto
-- System Information
Debian Release: potato
Kernel Version: Linux hydra 2.2.12 #1 Tue Sep 28 13:34:56 JST 1999 i586 unknown