appdb/tables create_tables
ChangeSet ID: 31301 CVSROOT: /opt/cvs-commit Module name: appdb Changes by: wineowner(a)winehq.org 2007/07/31 22:29:12 Modified files: tables : create_tables Log message: Chris Morgan <cmorgan(a)alum.wpi.edu> Remove single quotes by removing the contractions that necessitated them Patch: http://cvs.winehq.org/patch.py?id=31301 Old revision New revision Changes Path 1.12 1.13 +3 -3 appdb/tables/create_tables Index: appdb/tables/create_tables diff -u -p appdb/tables/create_tables:1.12 appdb/tables/create_tables:1.13 --- appdb/tables/create_tables:1.12 1 Aug 2007 3:29:12 -0000 +++ appdb/tables/create_tables 1 Aug 2007 3:29:12 -0000 @@ -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
participants (1)
-
WineHQ