From 57e0f4ecef1017c173c038325fee6371f84d1fa2 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sat, 1 Sep 2012 17:53:06 -0400 Subject: [PATCH] Rename $dump_file to $zcompdump --- runcoms/zlogin | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runcoms/zlogin b/runcoms/zlogin index 2854965..35a8b35 100644 --- a/runcoms/zlogin +++ b/runcoms/zlogin @@ -8,9 +8,9 @@ # Execute code that does not affect the current session in the background. { # Compile the completion dump to increase startup speed. - dump_file="$HOME/.zcompdump" - if [[ "$dump_file" -nt "${dump_file}.zwc" || ! -s "${dump_file}.zwc" ]]; then - zcompile "$dump_file" + zcompdump="$HOME/.zcompdump" + if [[ "$zcompdump" -nt "${zcompdump}.zwc" || ! -s "${zcompdump}.zwc" ]]; then + zcompile "$zcompdump" fi # Set environment variables for launchd processes.