aboutsummaryrefslogtreecommitdiff
path: root/ipsutils/config.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2013-12-23 13:12:05 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2013-12-23 13:12:05 -0500
commitcdf662542011453726507eed0dd6e54b0a3be0d0 (patch)
tree499e49a902a295b9cfceeeb5f28f6eb51e0d70ff /ipsutils/config.py
parent99dd411cb051db8ba4913f0df02cac300c635433 (diff)
downloadipsutils-cdf662542011453726507eed0dd6e54b0a3be0d0.tar.gz
Use native shell trace. Fix templating bug. Fix BUILD dir extract into root bug.
Diffstat (limited to 'ipsutils/config.py')
-rw-r--r--ipsutils/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipsutils/config.py b/ipsutils/config.py
index b2ad4a8..c8c7711 100644
--- a/ipsutils/config.py
+++ b/ipsutils/config.py
@@ -90,7 +90,8 @@ class Config(object):
continue
if line.startswith('#'):
continue
- parts = shlex.split(line, posix=False)
+ #parts = shlex.split(line, posix=False)
+ parts = line
if '%end' in parts:
found_data = False
if section in parts: