PennMUSH Community

root/1.8.3/trunk/utils/fixdepend.pl

Revision 846, 126 bytes (checked in by penndev, 1 year ago)

PennMUSH 1.8.3p2 release candidate.

  • Property svn:executable set to *
Line 
1 #!/usr/bin/env perl -pi~
2 # Get rid of all global headers. We only really care about the ones
3 # in hdrs/
4 $_ = "" if m#:\s+/#;
5
Note: See TracBrowser for help on using the browser.