summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-01-14 11:36:29 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-01-14 11:36:29 +0000
commitb838452d26f5a4107ff4aa80ec4a306eb7ee9f5e (patch)
tree8fef2654ddef6571e81614b2afd6757e16ab702b /src/bin
parent977c94c854587fde2789ed60e49532f19696f385 (diff)
BUILD : 1.7.13 (953) BUGS : NOTES : Fixed SGLine removal on all ircds.
git-svn-id: svn://svn.anope.org/anope/trunk@953 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@680 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/am16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/bin/am b/src/bin/am
index 44a091c1c..91ad8dd26 100755
--- a/src/bin/am
+++ b/src/bin/am
@@ -423,14 +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/*~");
- }
+# 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