This commit is contained in:
Marcus 2023-05-01 07:54:24 +02:00
parent 619f0646d1
commit 3bdaafd339
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ cat <<EOF > build/chroot/tmp/install_base.sh
#!/bin/bash
message () {
echo "== install_base: " $1
echo "== install_base: " "$1"
}
error ()