lfam pushed a commit to branch master
in repository guix.

commit bfeda421464d79462775346c45c4d09751d844f7
Author: Leo Famulari <[email protected]>
Date:   Mon Jan 23 16:13:38 2017 -0500

    gnu: gegl: Don't replace 'sh' reference with 'bash'.
    
    * gnu/packages/gimp.scm (gegl)[arguments]: Use (which "sh") instead of
    (which "bash") in 'pre-build' phase.
---
 gnu/packages/gimp.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 904d7d9..15eb5bc 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -101,7 +101,7 @@ provided as well as the framework to add new color models 
and data types.")
             (("g_object_unref \\(buffer.\\);") ""))
 
           (substitute* "tests/compositions/Makefile"
-            (("/bin/sh") (which "bash"))))
+            (("/bin/sh") (which "sh"))))
         %standard-phases)))
     (inputs
      `(("babl" ,babl)

Reply via email to