fix debug string
This commit is contained in:
@@ -679,7 +679,7 @@ done
|
|||||||
|
|
||||||
# Letztes Komma abschneiden
|
# Letztes Komma abschneiden
|
||||||
platforms="${platforms%,}"
|
platforms="${platforms%,}"
|
||||||
DEBUG architectures='amd64 arm64 armhf x86'
|
echo "DEBUG architectures='$architectures'" >> "$logfile"
|
||||||
|
|
||||||
if [[ -z "$platforms" ]]; then
|
if [[ -z "$platforms" ]]; then
|
||||||
echo "Keine Architektur ausgewählt. Build abgebrochen." | tee -a "$logfile"
|
echo "Keine Architektur ausgewählt. Build abgebrochen." | tee -a "$logfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user