diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-28 21:28:29 -0600 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-11-28 21:28:29 -0600 |
commit | 5472d5ab5adc1267676db046f649aa048c7277a9 (patch) | |
tree | 90eb6583d0a188b4c2863f21794aa6aaa62d383c /mkarchroot | |
parent | f05495dfc83739c795b5de9cf18e4cd6f29a7803 (diff) | |
download | devtools32-5472d5ab5adc1267676db046f649aa048c7277a9.tar.xz |
Fixed a typo (mkarchchroot -> mkarchroot)
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'mkarchroot')
-rwxr-xr-x | mkarchroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |