quote db-rt-pass to avoid shell metacharacters messing up RT configuration, RT#18088
authorIvan Kohler <ivan@freeside.biz>
Tue, 19 Jun 2012 21:47:47 +0000 (14:47 -0700)
committerIvan Kohler <ivan@freeside.biz>
Tue, 19 Jun 2012 21:47:47 +0000 (14:47 -0700)
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 \