diff options
Diffstat (limited to 'zshfunc/upgrade-porter-chroots')
-rw-r--r-- | zshfunc/upgrade-porter-chroots | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zshfunc/upgrade-porter-chroots b/zshfunc/upgrade-porter-chroots index 38801e5..5c427ed 100644 --- a/zshfunc/upgrade-porter-chroots +++ b/zshfunc/upgrade-porter-chroots @@ -1,5 +1,7 @@ ## vim:ft=zsh:foldmethod=marker +local i + cd for i in $DEBPORTERHOSTS; do mkdir hosts/chroot-$i 2>/dev/null || continue; |