[gnome-builder] buildsystem: delimit space in builddir



commit 3b8fbea488735b3be1ebc17843539047415b37c2
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 9 14:45:20 2018 -0700

    buildsystem: delimit space in builddir

 src/libide/buildsystem/ide-build-system.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/buildsystem/ide-build-system.c b/src/libide/buildsystem/ide-build-system.c
index f9b3135a3..5f45e76ad 100644
--- a/src/libide/buildsystem/ide-build-system.c
+++ b/src/libide/buildsystem/ide-build-system.c
@@ -567,7 +567,7 @@ ide_build_system_get_builddir (IdeBuildSystem   *self,
       else
         name = g_strdup_printf ("%s-%s", config_id, runtime_id);
 
-      g_strdelimit (name, "@:/", '-');
+      g_strdelimit (name, "@:/ ", '-');
 
       ret = ide_context_cache_filename (context, "builds", name, NULL);
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]