Changeset 5532 for trunk/tools


Ignore:
Timestamp:
Apr 17, 2001, 6:00:41 AM (24 years ago)
Author:
bird
Message:

Added directory to 'failed rc=' error message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/DoDirs.cmd

    r4651 r5532  
    1 /* $Id: DoDirs.cmd,v 1.2 2000-11-21 04:34:25 bird Exp $
     1/* $Id: DoDirs.cmd,v 1.3 2001-04-17 04:00:41 bird Exp $
    22 *
    33 * Rexx script which executes a given command in each of the given
     
    5050            if (rc <> 0) then
    5151            do
    52                 say '[Failed rc='rc']';
     52                say '[Failed rc='rc' directory:' directory()']';
    5353                exit(rc);
    5454            end
Note: See TracChangeset for help on using the changeset viewer.