id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
4326	Cannot parse: /usr/bin/isoinfo	asy	andrew_b	"once upon a time, when viewing the iso, an error ""cannot parse: /usr/bin/isoinfo"" began to appear

The fix:


{{{
--- iso9660.bak 2022-01-09 14:55:41.368583261 +0400
+++ iso9660     2022-01-09 14:54:04.689383836 +0400
@@ -93,7 +93,7 @@

 # tested to comply with isoinfo 2.0's output
 test_iso () {
-    which isoinfo 2>/dev/null || (echo ""isoinfo not found"" >&2;  return 1)
+    which isoinfo 2>/dev/null >/dev/null || (echo ""isoinfo not found"" >&2;  return 1)

     CHARSET=$(locale charmap 2>/dev/null)
     if test -z ""$CHARSET""; then

}}}
"	defect	closed	major	4.8.28	mc-vfs	4.8.27	fixed					merged	committed-master
