diff options
Diffstat (limited to 'scripts/build/chroot_cache')
-rwxr-xr-x | scripts/build/chroot_cache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache index 913a37545..d58ffea1f 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -35,7 +35,7 @@ case "${1}" in if [ -d cache/chroot ] then - # Aquire lock file + # Acquire lock file Acquire_lockfile # Removing old chroot @@ -57,7 +57,7 @@ case "${1}" in # Checking stage file Check_stagefile .build/chroot_cache.save - # Aquire lock file + # Acquire lock file Acquire_lockfile rm -rf cache/chroot |