diff options
| author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-02 19:02:12 +0000 |
|---|---|---|
| committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-02 19:02:12 +0000 |
| commit | e0583918834a3f8683e430adf3923ea89d2a449a (patch) | |
| tree | ff36ada734c3874d3be1a806e3a2b994386b54ed /src/bin | |
| parent | 49491770383e66f1b8074d8b0f80026e3086e9d8 (diff) | |
BUILD : 1.7.8 (753) BUGS : N/a NOTES : Merged anope-dev with trunk
git-svn-id: svn://svn.anope.org/anope/trunk@753 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@516 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
| -rwxr-xr-x | src/bin/am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/bin/am b/src/bin/am index c8e693b2e..44a091c1c 100755 --- a/src/bin/am +++ b/src/bin/am @@ -423,6 +423,14 @@ NOTES : "; } system("indent -kr -nut $prefix/*.c"); system("rm -f $prefix/*~"); + if (-d "src/core") { + system("indent -kr -nut src/core/*.c"); + system("rm -f src/core/*~"); + } + if (-d "src/protocol") { + system("indent -kr -nut src/protocol/*.c"); + system("rm -f src/protocol/*~"); + } print "*** Bumping the revision number...\n"; # Re-write the control file |
