quote db-rt-pass to avoid shell metacharacters messing up RT configuration, RT#18088
[freeside.git] / Makefile
index 3d9436d..95ffbf2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -340,7 +340,7 @@ configure-rt:
                    --with-db-dba=${DB_USER} \
                    --with-db-database=${RT_DB_DATABASE} \
                    --with-db-rt-user=${DB_USER} \
-                   --with-db-rt-pass=${DB_PASSWORD} \
+                   --with-db-rt-pass="${DB_PASSWORD}" \
                    --with-web-user=freeside \
                    --with-web-group=freeside \
                    --with-rt-group=freeside \