summaryrefslogtreecommitdiffstats
path: root/mkarchroot
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2007-11-29 04:28:29 +0100
committerAaron Griffin <aaronmgriffin@gmail.com>2007-11-29 04:28:29 +0100
commit5472d5ab5adc1267676db046f649aa048c7277a9 (patch)
tree90eb6583d0a188b4c2863f21794aa6aaa62d383c /mkarchroot
parentf05495dfc83739c795b5de9cf18e4cd6f29a7803 (diff)
downloaddevtools-5472d5ab5adc1267676db046f649aa048c7277a9.tar.gz
devtools-5472d5ab5adc1267676db046f649aa048c7277a9.tar.xz
Fixed a typo (mkarchchroot -> mkarchroot)
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'mkarchroot')
-rwxr-xr-xmkarchroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkarchroot b/mkarchroot
index e3d4a7d..bc81872 100755
--- a/mkarchroot
+++ b/mkarchroot
@@ -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