ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=e925d9fb4240bcd66beabcf97ddeb60135c4a1eb

commit e925d9fb4240bcd66beabcf97ddeb60135c4a1eb
Author: Andy Williams <a...@andywilliams.me>
Date:   Fri Dec 11 13:08:52 2015 +0000

    [build] Set up test environment in a way that supports fish and others
    
    Use env rather than implicit variable setting in command line
---
 src/lib/edi_builder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/edi_builder.c b/src/lib/edi_builder.c
index db6dae1..ae9be22 100644
--- a/src/lib/edi_builder.c
+++ b/src/lib/edi_builder.c
@@ -68,7 +68,7 @@ EAPI void
 edi_builder_test(void)
 {
    chdir(edi_project_get());
-   ecore_exe_pipe_run("CK_VERBOSITY=verbose make check", 
ECORE_EXE_PIPE_READ_LINE_BUFFERED | ECORE_EXE_PIPE_READ |
+   ecore_exe_pipe_run("env CK_VERBOSITY=verbose make check", 
ECORE_EXE_PIPE_READ_LINE_BUFFERED | ECORE_EXE_PIPE_READ |
                               ECORE_EXE_PIPE_ERROR_LINE_BUFFERED | 
ECORE_EXE_PIPE_ERROR, NULL);
 }
 

-- 


Reply via email to