Created
January 28, 2013 03:06
-
-
Save ntmoe/4652704 to your computer and use it in GitHub Desktop.
Patch for ASCEND 0.9.8 so that the LaTeX documentation builds
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- SConstruct 2013-01-27 20:58:04.000000000 -0600 | |
+++ SConstruct_fixed 2013-01-27 21:03:18.000000000 -0600 | |
@@ -1990,7 +1990,7 @@ | |
def CheckLModern(context): | |
context.Message("Checking for lmodern...") | |
- b = context.env.get("DVI") | |
+ b = context.env.DVI | |
if not b: | |
context.Result(False) | |
return False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment