mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
bootstrap: Fix typo.
* bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’. Reported-by: jetomit on #guix
This commit is contained in:
@@ -16,7 +16,7 @@ for lang in ${langs}; do
|
|||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
langs=`find po/doc -type f -name 'guix-cookbook*.po' \
|
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`
|
| xargs -n 1 -I{} basename {} .po`
|
||||||
for lang in ${langs}; do
|
for lang in ${langs}; do
|
||||||
if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then
|
if [ ! -e "doc/guix-cookbook.${lang}.texi" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user