diff options
author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-15 17:33:41 +0000 |
---|---|---|
committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-06-15 17:33:41 +0000 |
commit | a4370c21c3ebcca34234a746d5502f59de60280c (patch) | |
tree | 6caa0e65ec6fdc9ea6aca0549d7a8c9aefbda729 | |
parent | 9b23ec6f1934960fbb1b4b5a39e0ef276f25c6ae (diff) |
Bug 519, OpenBSD compile issue
git-svn-id: svn://svn.anope.org/anope/trunk@1053 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@777 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r-- | Changes | 1 | ||||
-rwxr-xr-x | Config | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -24,6 +24,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006 06/13 F Fixed a lot of redundant function declarations. [#510] 06/14 F Removed last traces of threading support. [#498] 06/14 F Changed mysql detection to use mysql_config. [ #00] +06/15 F OpenBSD Config issue. [#519] Provided by ThaPrince <jon@vile.com> - 2006 05/19 A Plexus 3 support. [ #00] @@ -132,7 +132,7 @@ done ########################################################################### if [ ! "$NO_INTRO" ] ; then clear - . version.log + . ./version.log cat .BANNER | sed "s/CURVER/$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH$VERSION_EXTRA/" | more echo "" else |