Fixed a typo (mkarchchroot -> mkarchroot)

Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
Aaron Griffin 2007-11-28 21:28:29 -06:00
parent f05495dfc8
commit 5472d5ab5a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if [ "$RUN" != "" ]; then
#Sanity check
if [ ! -f "${working_dir}/.arch-chroot" ]; then
echo "error: '${working_dir}' does not appear to be a Arch chroot"
echo " please build the image using mkarchchroot"
echo " please build the image using mkarchroot"
exit 1
fi