Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1516)

Unified Diff: scripts/build/output-distance.py

Issue 349110043: Fix make check without extractpdfmark
Patch Set: Use `abs_dir` --- this requires Issue 5466 Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scm/framework-ps.scm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/build/output-distance.py
diff --git a/scripts/build/output-distance.py b/scripts/build/output-distance.py
index 60ca37a2b323ab538a267d1e296c6309b4bdc17f..6e2571c88fe2d5992e50b534097733a6bb8d33fb 100755
--- a/scripts/build/output-distance.py
+++ b/scripts/build/output-distance.py
@@ -655,7 +655,7 @@ class SignatureFileLink (FileLink):
data_option = ''
if options.local_data_dir:
data_option = ('-slilypond-datadir=%s/share/lilypond/current '
- % dir)
+ % abs_dir)
cmd = ('gs'
' -sDEVICE=png16m'
« no previous file with comments | « scm/framework-ps.scm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b