summaryrefslogtreecommitdiffstats
path: root/tv/5pkgs/charybdis/remove-setenv.patch
blob: bbaf95e191ca6e0a5f0a23dc5afab7b858710167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/bandbi.c b/src/bandbi.c
index 03dd907..3698e85 100644
--- a/src/bandbi.c
+++ b/src/bandbi.c
@@ -82,7 +82,6 @@ start_bandb(void)
 	const char *suffix = "";
 #endif

-	rb_setenv("BANDB_DBPATH", PKGLOCALSTATEDIR "/ban.db", 1);
 	if(bandb_path == NULL)
 	{
 		rb_snprintf(fullpath, sizeof(fullpath), "%s/bandb%s", PKGLIBEXECDIR, suffix);