[Reproducible-commits] [diffoscope] 09/21: Fix isoinfo arguments to read Joliet data

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 17:39:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit bf3a5ea6cd31b796411834bb36e59b56be1d7546
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Sep 19 18:52:04 2015 +0200

    Fix isoinfo arguments to read Joliet data
    
    This sadly went undetected for a while.
---
 diffoscope/comparators/iso9660.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/iso9660.py b/diffoscope/comparators/iso9660.py
index d10655c..6ddd966 100644
--- a/diffoscope/comparators/iso9660.py
+++ b/diffoscope/comparators/iso9660.py
@@ -49,7 +49,7 @@ class ISO9660Listing(Command):
     def cmdline(self):
         cmd = ['isoinfo', '-l', '-i', self.path]
         if self._extension == 'joliet':
-            cmd.extend(['-J', 'iso-8859-15'])
+            cmd.extend(['-J', '-j', 'iso8859-15'])
         elif self._extension == 'rockridge':
             cmd.extend(['-R'])
         return cmd

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list