mirror of
https://github.com/anope/anope.git
synced 2026-07-01 14:06:39 +02:00
BUILD : 1.7.19 (1258) BUGS : NOTES : Quick fix to src/bin/am to make it work (sort of) again...
git-svn-id: svn://svn.anope.org/anope/trunk@1259 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@977 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
597212d17a
commit
e975f89e18
+2
-1
@@ -329,7 +329,8 @@ sub do_put() {
|
||||
|
||||
$ctrlfile = "$dst/$fhint";
|
||||
# Grab the current revision number. Clunky way, I know!
|
||||
$ver_revision=`$wget -qO - $svnrev`;
|
||||
# $ver_revision=`$wget -qO - $svnrev`;
|
||||
$ver_revision=`svnversion . | cut -d 'M' -f 1`;
|
||||
chomp($ver_revision);
|
||||
|
||||
unless ($ver_revision =~ /^\d+/ and $ver_revision > 0)
|
||||
|
||||
@@ -14,6 +14,10 @@ VERSION_BUILD="1258"
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1258)
|
||||
# BUGS :
|
||||
# NOTES : Quick fix to src/bin/am to make it work (sort of) again...
|
||||
#
|
||||
# BUILD : 1.7.19 (1258)
|
||||
# BUGS : 750
|
||||
# NOTES : Fixed CA_AUTODEOP not working anymore (since 1.7.9 or so probably)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user