Changeset 18210


Ignore:
Timestamp:
Dec 19, 2001, 2:50:06 AM (23 years ago)
Author:
bird
Message:

Corrected typo when determining /tools/bin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/tools/bin/PreloadTools.cmd

    r18205 r18210  
    1 /* $Id: PreloadTools.cmd,v 1.1 2001-12-19 01:18:18 bird Exp $
     1/* $Id: PreloadTools.cmd,v 1.2 2001-12-19 01:50:06 bird Exp $
    22 *
    33 * Preloads all the tools which we might turn into using.
    44 * Specify '-u' to unload the tools.
    55 */
    6 
     6'@echo off'
    77
    88/*
     
    1919 * Find the tools directory.
    2020 */
    21 parse source sString;
     21parse source sOS sCMD sSrc;
    2222sToolsDir = filespec('drive', sSrc) || filespec('path', sSrc); /* with slash */
    2323
Note: See TracChangeset for help on using the changeset viewer.