From ebc849c7b6d613f4853a581277d72db004a0bc9d Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 19 Jun 2012 14:47:45 -0700 Subject: [PATCH] quote db-rt-pass to avoid shell metacharacters messing up RT configuration, RT#18088 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3d9436dfb..95ffbf27b 100644 --- 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 \ -- 2.11.0