scripts/crosstool.sh
changeset 431 8bde4c6ea47a
parent 419 5d4020b8d22e
child 441 f1326505e3e5
     1.1 --- a/scripts/crosstool.sh	Mon Jan 28 18:40:31 2008 +0000
     1.2 +++ b/scripts/crosstool.sh	Sun Feb 17 22:08:06 2008 +0000
     1.3 @@ -92,7 +92,7 @@
     1.4      CT_DoLog ERROR "You asked to restart a non-restartable build"
     1.5      CT_DoLog ERROR "This happened because you didn't set CT_DEBUG_CT_SAVE_STEPS"
     1.6      CT_DoLog ERROR "in the config options for the previous build, or the state"
     1.7 -    CT_DoLog ERROR "directoy for the previous build was deleted."
     1.8 +    CT_DoLog ERROR "directory for the previous build was deleted."
     1.9      CT_Abort "I will stop here to avoid any carnage"
    1.10  fi
    1.11  
    1.12 @@ -187,7 +187,7 @@
    1.13  mkdir -p "${CT_STATE_DIR}"
    1.14  
    1.15  # Kludge: CT_INSTALL_DIR and CT_PREFIX_DIR might have grown read-only if
    1.16 -# the previous build was successfull. To be able to move the logfile there,
    1.17 +# the previous build was successful. To be able to move the logfile there,
    1.18  # switch them back to read/write
    1.19  chmod -R u+w "${CT_INSTALL_DIR}" "${CT_PREFIX_DIR}"
    1.20