Changeset 2277 for branches/locker-dev/locker/deploy
- Timestamp:
- Aug 1, 2012, 12:43:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/locker-dev/locker/deploy/bin/rails ¶
r2276 r2277 28 28 print "If you cannot determine the cause of the problem, please\n"; 29 29 print "feel free to contact sql\@mit.edu for assistance.\n"; 30 open FAILED, ">.failed";31 close FAILED;32 30 exit 1; 33 31 } … … 54 52 close APPLICATION_RB; 55 53 if (!$appclass) { 56 open FAILED, ">.failed";57 close FAILED;58 54 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!"; 59 55 }
Note: See TracChangeset
for help on using the changeset viewer.