summaryrefslogtreecommitdiff
path: root/net-mail/mu/files/mu-1.4.15-guile3-2.patch
blob: 6aa47d2523062a4b639dd108656d9a453f1c9222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
 lib/mu-script.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/mu-script.c b/lib/mu-script.c
index 1175a60e3..92a63992e 100644
--- a/lib/mu-script.c
+++ b/lib/mu-script.c
@@ -318,7 +318,7 @@ mu_script_guile_run (MuScriptInfo *msi, const char *muhome,
 	g_return_val_if_fail (muhome, FALSE);
 
 	argv = g_new0 (char*, 6);
-	argv[0] = g_strdup("guile2.2");
+	argv[0] = g_strdup(GUILE_BINARY);
 	argv[1] = g_strdup("-l");
 
 	if (access (mu_script_info_path (msi), R_OK) != 0) {