This commit is contained in:
Marcus 2023-05-01 07:54:24 +02:00
parent 619f0646d1
commit 3bdaafd339

View file

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