summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-09-10 15:15:14 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-09-10 15:15:14 +0000
commitcd1d0952902897f91fee6d37084ce451da6d0790 (patch)
tree806cac60f06dce09cd31c3dac1792f6852755baf /src/bin
parent9993ee6ae553dd4628219d236c5075f562e1ace3 (diff)
BUILD : 1.7.15 (1145) BUGS : 579 NOTES : Fixed make strict issues with src/tools
git-svn-id: svn://svn.anope.org/anope/trunk@1145 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@868 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/am b/src/bin/am
index 91ad8dd26..1a590c653 100755
--- a/src/bin/am
+++ b/src/bin/am
@@ -23,10 +23,10 @@ my $fhint="version.log";
# Default values, change or use environment variables instead.
my $copy="anope";
-my $svnuser="";
+my $svnuser="geniusdex";
my $svnpath="/usr/bin";
my $svnroot="svn://zero.org/repos/$copy";
-my $editor="/usr/bin/vi";
+my $editor="/usr/bin/mcedit";
# Environment variables SVNBINDIR and SVNROOT override the above
# hardcoded values.