]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/ly2dvi.py
patch::: 1.3.151.jcn3
[lilypond.git] / scripts / ly2dvi.py
index 8934a8373290e4b0645fd53d81a1ba401b680303..ab5ce0f5bf919011d6480b2a69311404a096ff28 100644 (file)
@@ -284,7 +284,7 @@ def system (cmd, ignore_error = 0):
                cmd = "sh -c \'%s\'" % cmd
        if verbose_p:
                progress (_ ("Invoking `%s\'") % cmd)
-       st = os.system (cmd) >> 8
+       st = os.system (cmd)
        if st:
                name = re.match ('[ \t]*([^ \t]*)', cmd).group (1)
                msg = name + ': ' + _ ("command exited with value %d") % st