Ignore:
Timestamp:
Oct 26, 2001, 10:53:02 PM (24 years ago)
Author:
bird
Message:

Save directory so we can restore it before dumping the database.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32db.cmd

    r6668 r7229  
    1 /* $Id: odin32db.cmd,v 1.4 2001-09-06 03:22:47 bird Exp $
     1/* $Id: odin32db.cmd,v 1.5 2001-10-26 20:53:02 bird Exp $
    22 *
    33 * Updates the Odin32 API database.
     
    1717    parse source sd1 sd2 sScript
    1818    sScriptDir = filespec('drive', sScript) || filespec('path', sScript);
     19    sDir = directory();
    1920    'cd tools\database';
    2021    if rc <> 0 then call failure rc, 'cd db failed';
     
    4142
    4243    /* dump database and install the dump at netlabs */
     44    call directory sDir;
    4345    'mkdir db'
    4446    'mysqldump --no-create-db --add-drop-table --allow-keywords -Tdb odin32'
Note: See TracChangeset for help on using the changeset viewer.