2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

fix typo in comment in #1300 quick hack

This commit is contained in:
reed
2011-10-13 08:19:46 -05:00
parent 930d4317ed
commit e2c88f03e3

View File

@@ -586,7 +586,7 @@ class BoB:
# object path or a path in the (DY)LD_LIBRARY_PATH. We should seek
# a cleaner solution, but for a short term workaround we specify the
# path here, unconditionally, and without even bothering which
# environment varialbe should be used.
# environment variable should be used.
if not "B10_FROM_SOURCE" in os.environ:
cur_path = os.getenv('DYLD_LIBRARY_PATH')
cur_path = '' if cur_path is None else ':' + cur_path