guile: path updates for 2.2

This commit is contained in:
Dirk-Jan C. Binnema
2020-04-19 23:57:02 +03:00
parent 07ce6b9615
commit 06d3deb4cc
5 changed files with 9 additions and 6 deletions

View File

@ -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("guile");
argv[0] = g_strdup("guile2.2");
argv[1] = g_strdup("-l");
if (access (mu_script_info_path (msi), R_OK) != 0) {