Index: /trunk/Mars/hawc/processing/extract-aux-data.sh
===================================================================
--- /trunk/Mars/hawc/processing/extract-aux-data.sh	(revision 20031)
+++ /trunk/Mars/hawc/processing/extract-aux-data.sh	(revision 20032)
@@ -17,5 +17,5 @@
 echo \
 "\
-CREATE TABLE AuxData
+CREATE TABLE IF NOT EXISTS AuxData
 (
    Telescope       TINYINT   UNSIGNED  NOT NULL,
Index: /trunk/Mars/hawc/processing/extract-raw-headers.sh
===================================================================
--- /trunk/Mars/hawc/processing/extract-raw-headers.sh	(revision 20031)
+++ /trunk/Mars/hawc/processing/extract-raw-headers.sh	(revision 20032)
@@ -14,5 +14,5 @@
 echo \
 "\
-CREATE TABLE RawData  IF NOT EXIST 
+CREATE TABLE IF NOT EXISTS RawData
 (
   Telescope tinyint UNSIGNED NOT NULL,
