Remove single quotes by removing the contractions that necessitated them

This commit is contained in:
Chris Morgan
2007-08-01 03:29:12 +00:00
committed by WineHQ
parent 3d1d86cdd8
commit 03dca3cabd

View File

@@ -1,9 +1,9 @@
#! /bin/sh #! /bin/sh
echo Create the base user echo Create the base user
echo NOTE: It's ok for this to fail if the user already exists echo NOTE: It is 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 there does not 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 if they do not exist so we have to live with a potential
echo error after we try. echo error after we try.
mysql -p -u root < create_user.sql mysql -p -u root < create_user.sql