diff options
Diffstat (limited to 'scripts/build/bootstrap_cache')
-rwxr-xr-x | scripts/build/bootstrap_cache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index 994cf82cf..8f8f4ac4d 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -38,7 +38,7 @@ case "${1}" in then Echo_message "Restoring bootstrap stage from cache..." - # Aquire lock file + # Acquire lock file Acquire_lockfile # Removing old chroot @@ -61,7 +61,7 @@ case "${1}" in # Checking stage file Check_stagefile .build/bootstrap_cache.save - # Aquire lock file + # Acquire lock file Acquire_lockfile rm -rf cache/bootstrap |