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