Signed-off-by: Joerg Jaspert <joerg@debian.org>
---
config/debian/dinstall | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/config/debian/dinstall b/config/debian/dinstall
index 0f6a7c8..91d9b53 100755
--- a/config/debian/dinstall
+++ b/config/debian/dinstall
@@ -384,7 +384,7 @@ function stage() {
# it has to cd first!
cd ${configdir}
- if [ "${ERR}" = "false"]; then
+ if [ "${ERR}" = "false" ]; then
set +e
fi
${FUNC} ${ARGS}
--
1.5.6.5