about summary refs log tree commit diff
path: root/Completion/Darwin/Type/_retrieve_mac_apps
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Darwin/Type/_retrieve_mac_apps')
-rw-r--r--Completion/Darwin/Type/_retrieve_mac_apps7
1 files changed, 4 insertions, 3 deletions
diff --git a/Completion/Darwin/Type/_retrieve_mac_apps b/Completion/Darwin/Type/_retrieve_mac_apps
index f435fde26..e9a30e006 100644
--- a/Completion/Darwin/Type/_retrieve_mac_apps
+++ b/Completion/Darwin/Type/_retrieve_mac_apps
@@ -4,9 +4,10 @@
 # Used by _mac_applications and _mac_files_for_application.
 
 _mac_apps_caching_policy () {
-   # Rebuild if cache is more than a day old
-   oldp=( "$1"(Nmw+1) )
-   (( $#oldp ))
+  # Rebuild if cache is more than a day old
+  local -a oldp
+  oldp=( "$1"(Nmw+1) )
+  (( $#oldp ))
 }