mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
bootstrap: Fix typo.
* bootstrap: Substitute ‘guix-cookbook’ for copy/pasted ‘guix-manual’. Reported-by: jetomit on #guix
This commit is contained in:
parent
db9979e7f9
commit
3dd311e3a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue