Ignore:
Timestamp:
07/20/08 15:21:42 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/buildsequenceentries.C

    r9014 r9017  
    446446        if (IsDummy())
    447447        {
    448             cout << "       + unlink " << fname << endl;
    449             cout << "       + " << cmd1 << endl;
    450             cout << "       + " << cmd2 << endl;
     448            cout << "       + would unlink " << fname << endl;
     449            cout << "       + would remove " << cmd1 << endl;
     450            cout << "       + would remove " << cmd2 << endl;
    451451            return kTRUE;
    452452        }
     453
     454        cout << "       + will unlink " << fname << endl;
     455        cout << "       + will remove " << cmd1 << endl;
     456        cout << "       + will remove " << cmd2 << endl;
    453457
    454458        gSystem->Unlink(fname);
Note: See TracChangeset for help on using the changeset viewer.