mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Make CSV output valid
This commit is contained in:
parent
4eb11caa10
commit
f542e798c5
1 changed files with 3 additions and 3 deletions
6
quickget
6
quickget
|
@ -79,14 +79,14 @@ function list_all() {
|
||||||
for RELEASE in $("releases_${FUNC}"); do
|
for RELEASE in $("releases_${FUNC}"); do
|
||||||
if [ "${OS}" == "windows" ]; then
|
if [ "${OS}" == "windows" ]; then
|
||||||
for LANG in "${LANGS[@]}"; do
|
for LANG in "${LANGS[@]}"; do
|
||||||
echo "${DISPLAY_NAME},${OS},${RELEASE},${LANG}",
|
echo "${DISPLAY_NAME},${OS},${RELEASE},${LANG}"
|
||||||
done
|
done
|
||||||
elif [ "${OS}" == "popos" ]; then
|
elif [ "${OS}" == "popos" ]; then
|
||||||
for DRIVER in intel nvidia; do
|
for DRIVER in intel nvidia; do
|
||||||
echo "${DISPLAY_NAME},${OS},${RELEASE},${DRIVER}",
|
echo "${DISPLAY_NAME},${OS},${RELEASE},${DRIVER}"
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo "${DISPLAY_NAME},${OS},${RELEASE},,"
|
echo "${DISPLAY_NAME},${OS},${RELEASE},"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue