guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: build: substitute*: Fix typo in example.


From: guix-commits
Subject: branch core-updates updated: build: substitute*: Fix typo in example.
Date: Mon, 25 May 2020 03:51:37 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new ff6e33e  build: substitute*: Fix typo in example.
ff6e33e is described below

commit ff6e33e7ee9fd25531fc02bba4af0d1a83237f12
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon May 25 10:46:43 2020 +0300

    build: substitute*: Fix typo in example.
    
    * guix/build/utils.scm (substitute*): Fix typo in example in docstring,
    use consistent variable names.
---
 guix/build/utils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/build/utils.scm b/guix/build/utils.scm
index 419c101..dc55c67 100644
--- a/guix/build/utils.scm
+++ b/guix/build/utils.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2015, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2018 Arun Isaac <address@hidden>
 ;;; Copyright © 2018, 2019 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2020 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -800,7 +801,7 @@ sub-expression.  For example:
      ((\"hello\")
       \"good morning\\n\")
      ((\"foo([a-z]+)bar(.*)$\" all letters end)
-      (string-append \"baz\" letter end)))
+      (string-append \"baz\" letters end)))
 
 Here, anytime a line of FILE contains \"hello\", it is replaced by \"good
 morning\".  Anytime a line of FILE matches the second regexp, ALL is bound to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]