From d3415d53383732376bff907ba552971ef4e45e88 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 14 Mar 2021 23:10:10 +0100 Subject: Add translation for David's bio --- build-member.sh | 9 ++++++++- david.membre.in | 31 +++++++++++++++++++++---------- en/david.membre.in | 33 +++++++++++++++++++++------------ 3 files changed, 50 insertions(+), 23 deletions(-) diff --git a/build-member.sh b/build-member.sh index 95e25b6..17d8e05 100755 --- a/build-member.sh +++ b/build-member.sh @@ -52,10 +52,17 @@ EOF while read line do + # Ignore empty lines. + if [[ ${line} =~ ^[[:space:]]*$ ]] + then + continue + fi + # Pasting from GDoc yields trailing spaces; remove those. - if ! [[ ${line} =~ ([^:?]+[:?])\ (.+[^ ])\ * ]] + if ! [[ ${line} =~ ([^?]+\?)\ (.+[^ ])\ * ]] then >&2 echo "Invalid line: ${line}" + continue fi cat <