From 7d938e6e4615cda5359d71e9a6ebc4c4a07dd857 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 30 Sep 2011 17:05:46 -0300 Subject: Minor fix --- templates/drupal.sh.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/drupal.sh.erb') diff --git a/templates/drupal.sh.erb b/templates/drupal.sh.erb index 45d15a0..6a25fad 100644 --- a/templates/drupal.sh.erb +++ b/templates/drupal.sh.erb @@ -21,9 +21,9 @@ function drupal_user_input { fi if [ -z "$input" ]; then - export $param=$default + export $param="$default" else - export $param=$input + export $param="$input" fi } -- cgit v1.2.3