build: fix minor style

This commit is contained in:
Franco Fichtner 2023-12-28 14:20:12 +01:00
parent 5372742e79
commit e08a73b12f
2 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,6 @@ SELF=chroot
. ./common.sh
echo ">>> chroot'ing into ${STAGEDIR}/${1}..."
echo ">>> Change root directory to ${STAGEDIR}/${1}..."
${ENV_FILTER} chroot ${STAGEDIR}/${1} /bin/csh

View File

@ -31,6 +31,6 @@ SELF=connect
. ./common.sh
echo ">>> connecting to ${PRODUCT_SERVER}..."
echo ">>> Connecting to ${PRODUCT_SERVER}..."
ssh ${PRODUCT_SERVER}