summaryrefslogtreecommitdiff
path: root/zshfunc/upgrade-systems
diff options
context:
space:
mode:
Diffstat (limited to 'zshfunc/upgrade-systems')
-rw-r--r--zshfunc/upgrade-systems2
1 files changed, 2 insertions, 0 deletions
diff --git a/zshfunc/upgrade-systems b/zshfunc/upgrade-systems
index a88a356..07d6ba1 100644
--- a/zshfunc/upgrade-systems
+++ b/zshfunc/upgrade-systems
@@ -1,5 +1,7 @@
## vim:ft=zsh:foldmethod=marker
+local i
+
cd
for i in $HOSTS; do
mkdir hosts/$i 2>/dev/null || continue;