From 03dca3cabd834e5991aa5f513308a850b37e7ec9 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 1 Aug 2007 03:29:12 +0000 Subject: [PATCH] Remove single quotes by removing the contractions that necessitated them --- tables/create_tables | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tables/create_tables b/tables/create_tables index 40cb2ec..011b0a3 100644 --- a/tables/create_tables +++ b/tables/create_tables @@ -1,9 +1,9 @@ #! /bin/sh echo Create the base user -echo NOTE: It's ok for this to fail if the user already exists -echo there doesn't appear to be a way to create a user only -echo if they don't exist so we have to live with a potential +echo NOTE: It is ok for this to fail if the user already exists +echo there does not appear to be a way to create a user only +echo if they do not exist so we have to live with a potential echo error after we try. mysql -p -u root < create_user.sql