typo fix
authorladcp@ladcp-mac.local
Fri, 10 Dec 2010 15:45:10 +0000
changeset 6 1ab5767c18dd
parent 5 f41d45fe7ae9
child 7 0373c17d8b57
typo fix
CRUISE_SETUP.expect
--- a/CRUISE_SETUP.expect	Fri Dec 10 15:29:27 2010 +0000
+++ b/CRUISE_SETUP.expect	Fri Dec 10 15:45:10 2010 +0000
@@ -1,9 +1,9 @@
 #======================================================================
 #                    C R U I S E _ S E T U P . E X P E C T 
 #                    doc: Wed Mar 10 21:14:18 2004
-#                    dlm: Fri Dec 10 15:19:49 2010
+#                    dlm: Fri Dec 10 15:42:51 2010
 #                    (c) 2004 A.M. Thurnherr
-#                    uE-Info: 198 69 NIL 0 0 72 2 2 8 NIL ofnI
+#                    uE-Info: 184 25 NIL 0 0 72 2 2 8 NIL ofnI
 #======================================================================
 
 #--------
@@ -26,6 +26,9 @@
 #		  and command substitutions
 # Oct 18, 2010: - changed comment for ymodem_receive_cmd to account for the
 #		  fact that bbabble now uses the -u option by default
+# Dec 10, 2010: - updated comments
+#		- made mkProfile default file-checking program
+#		- made backup dir structure consistent with raw dir structure
 
 #-----------
 # TWEAKABLES
@@ -162,7 +165,7 @@
 # raw directory. 
 
 proc backup_master_data {stn} {
-	global stn_fmt master_deployment_name_fmt master_cmd_file backup_dir;
+	global stn_format master_deployment_name_fmt master_cmd_file backup_dir;
 	if {[string length $backup_dir] == 0} {return}
 
 	if {![file isdirectory $backup_dir]} {
@@ -178,7 +181,7 @@
 }
 	
 proc backup_slave_data {stn} {				# copy data to network
-	global stn_fmt slave_deployment_name_fmt slave_cmd_file backup_dir;
+	global stn_format slave_deployment_name_fmt slave_cmd_file backup_dir;
 	if {[string length $backup_dir] == 0} {return}
 
 	if {![file isdirectory $backup_dir]} {