print_version
changeset 4 fda11de1826e
parent 0 648bde652211
equal deleted inserted replaced
3:99a41e0476b1 4:fda11de1826e
     1 #!/usr/bin/expect -f
     1 #!/usr/bin/expect -f
     2 #======================================================================
     2 #======================================================================
     3 #                    P R I N T _ V E R S I O N 
     3 #                    P R I N T _ V E R S I O N 
     4 #                    doc: Mon Mar  8 02:57:35 2004
     4 #                    doc: Mon Mar  8 02:57:35 2004
     5 #                    dlm: Wed Nov 19 15:17:01 2008
     5 #                    dlm: Thu Aug 26 00:29:15 2010
     6 #                    (c) 2004 A.M. Thurnherr
     6 #                    (c) 2004 A.M. Thurnherr
     7 #                    uE-Info: 11 27 NIL 0 0 72 2 2 4 NIL ofnI
     7 #                    uE-Info: 11 3 NIL 0 0 72 2 2 8 NIL ofnI
     8 #======================================================================
     8 #======================================================================
     9 
     9 
    10 # HISTORY:
    10 # HISTORY:
    11 #	Nov 19, 2008: - created
    11 #  Nov 19, 2008: - created
       
    12 #  Aug 25, 2010: - DEFAULTS.expect -> CRUISE_SETUP.expect
       
    13 #		 - libBB.expect -> libRDI.expect
    12 
    14 
    13 log_user 0;
    15 log_user 0;
    14 
    16 
    15 regsub {dir1} [exec which dir1] {libBB.expect} path;
    17 regsub {dir1} [exec which dir1] {libRDI.expect} path;
    16 source $path;
    18 source $path;
    17 source DEFAULTS.expect;
    19 source CRUISE_SETUP.expect;
    18 
    20 
    19 print_version;
    21 print_version;