Changeset 2277 for branches/locker-dev


Ignore:
Timestamp:
Aug 1, 2012, 12:43:03 AM (12 years ago)
Author:
glasgall
Message:
remove cargo-culted creation of .failed files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/locker-dev/locker/deploy/bin/rails

    r2276 r2277  
    2828        print "If you cannot determine the cause of the problem, please\n";
    2929        print "feel free to contact sql\@mit.edu for assistance.\n";
    30         open FAILED, ">.failed";
    31         close FAILED;
    3230        exit 1;
    3331    }
     
    5452close APPLICATION_RB;
    5553if (!$appclass) {
    56     open FAILED, ">.failed";
    57     close FAILED;
    5854    die "Couldn't find application class name - plase email scripts\@mit.edu with the names of your locker and the application you tried to create. Sorry!";
    5955}
Note: See TracChangeset for help on using the changeset viewer.