guix-commits
[Top][All Lists]
Advanced

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

branch master updated: bootstrap: Fix typo.


From: guix-commits
Subject: branch master updated: bootstrap: Fix typo.
Date: Mon, 17 Feb 2020 05:49:40 -0500

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3dd311e  bootstrap: Fix typo.
3dd311e is described below

commit 3dd311e3a059131ef245417106d4fb659222ef3c
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 11:48:50 2020 +0100

    bootstrap: Fix typo.
    
    * bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’.
    
    Reported-by: jetomit on #guix
---
 bootstrap | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index c9e7a08..a47269d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -16,7 +16,7 @@ for lang in ${langs}; do
     fi
 done
 langs=`find po/doc -type f -name 'guix-cookbook*.po' \
-        | sed -e 's,guix-manual\.,,' \
+        | sed -e 's,guix-cookbook\.,,' \
         | xargs -n 1 -I{} basename {} .po`
 for lang in ${langs}; do
     if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then



reply via email to

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