diff options
Diffstat (limited to 'scripts/build/chroot_cache')
-rwxr-xr-x | scripts/build/chroot_cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/chroot_cache b/scripts/build/chroot_cache index cf526169e..242858729 100755 --- a/scripts/build/chroot_cache +++ b/scripts/build/chroot_cache @@ -29,7 +29,7 @@ fi _ACTION="${1}" shift -# Set non-default stage file name (auto picked up by the functions) +# Set non-default stage file name # Setting to default name with appended action name STAGE_FILE="$(Stagefile_name "${_ACTION}")" |