From a4508822896240a0aa7650aae68b4cbf55445590 Mon Sep 17 00:00:00 2001 From: "dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Wed, 4 Aug 2004 18:39:51 +0000 Subject: [PATCH] BUILD : 1.7.4 (312) BUGS : none NOTES : Fixed bug on am script indent git-svn-id: svn://svn.anope.org/anope/trunk@312 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@191 5417fbe8-f217-4b02-8779-1006273d7864 --- src/bin/am | 2 +- version.log | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/bin/am b/src/bin/am index f9819303b..3c4cd04c8 100755 --- a/src/bin/am +++ b/src/bin/am @@ -377,7 +377,7 @@ NOTES : "; print "*** Running Indent...\n"; my $prefix="."; - if (-d src) { + if (-d "src") { $prefix="src"; } system("indent -kr -nut $prefix/*.c"); diff --git a/version.log b/version.log index 015f0ca2d..b35c4eff2 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="4" -VERSION_BUILD="311" +VERSION_BUILD="312" # $Log$ # +# BUILD : 1.7.4 (312) +# BUGS : none +# NOTES : Fixed bug on am script indent +# # BUILD : 1.7.4 (311) # BUGS : none # NOTES : Running am script with new am script.