Fix comment lines skipping

This commit is contained in:
Llewellyn van der Merwe 2021-06-01 07:23:46 +02:00
parent bd5547a9b6
commit 55648108a4
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
2 changed files with 4 additions and 6 deletions

2
run.sh
View File

@ -27,7 +27,7 @@ function main() {
# now get the mapper data
while IFS=$'\t' read -r -a row
do
[[ "$row" =~ ^#.*$ ]] &&
[[ "$row" =~ ^#.*$ ]] && continue
# set the url
URL_MAIN_LANG="${STREAM_ENDPOINT}&${URL_VERSION_KEY}=${row[0]}"
# set the path

View File

@ -1,6 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<errors>
<error>
<message>CMS version required for export</message>
</error>
</errors>
<extensionset name="Accredited Joomla! Translations" description="Accredited Joomla! Translations Updates">
<extension name="German" element="de-DE" type="package" version="4.0.0-beta7.1" detailsurl="https://update.joomla.org/language/details4/de-DE_details.xml"/>
</extensionset>