[svn] commit: r669 - /branches/parkinglot/src/bin/bind10/bind10.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Jan 30 00:00:32 UTC 2010


Author: jelte
Date: Sat Jan 30 00:00:32 2010
New Revision: 669

Log:
forgot a / there

Modified:
    branches/parkinglot/src/bin/bind10/bind10.py.in

Modified: branches/parkinglot/src/bin/bind10/bind10.py.in
==============================================================================
--- branches/parkinglot/src/bin/bind10/bind10.py.in (original)
+++ branches/parkinglot/src/bin/bind10/bind10.py.in Sat Jan 30 00:00:32 2010
@@ -28,7 +28,7 @@
 # file there, instead of the installed one (for instance when we run
 # from the source tree)
 if "B10_SPECFILE_PATH" in os.environ:
-    SPECFILE_LOCATION = os.environ["B10_SPECFILE_PATH"] + "bob.spec"
+    SPECFILE_LOCATION = os.environ["B10_SPECFILE_PATH"] + "/bob.spec"
 else:
     PREFIX = "@prefix@"
     DATAROOTDIR = "@datarootdir@"




More information about the bind10-changes mailing list