mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-04 00:31:27 +00:00
Merge pull request #127 from ryandesign/patch-1
Fix typos in build script messages
This commit is contained in:
commit
82330db7fb
@ -404,11 +404,11 @@ case "${INTERFACES_KIND}" in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
if [ $BUILD_68K != false ]; then
|
if [ $BUILD_68K != false ]; then
|
||||||
echo "You will find 68K sample appliations in build-target/Samples/."
|
echo "You will find 68K sample applications in build-target/Samples/."
|
||||||
fi
|
fi
|
||||||
if [ $BUILD_PPC != false ]; then
|
if [ $BUILD_PPC != false ]; then
|
||||||
echo "You will find PowerPC sample appliations in build-target-ppc/Samples/."
|
echo "You will find PowerPC sample applications in build-target-ppc/Samples/."
|
||||||
fi
|
fi
|
||||||
if [ $BUILD_CARBON != false ]; then
|
if [ $BUILD_CARBON != false ]; then
|
||||||
echo "You will find Carbon sample appliations in build-target-carbon/Samples/."
|
echo "You will find Carbon sample applications in build-target-carbon/Samples/."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user