diff options
author | Peter Palfrader <peter@palfrader.org> | 2009-05-08 19:25:04 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2009-05-08 19:25:04 +0000 |
commit | 762310dfc41827bd19b07fce10a78e2e0f3afeb7 (patch) | |
tree | 4b429f05db6ee7f072e4000d7602e86f55ded35c /zshfunc/reinit-debian-samhain-one | |
parent | c28d5941c18751112421ac6acb50b1bd81d784f3 (diff) |
A couple locals
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@394 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshfunc/reinit-debian-samhain-one')
-rw-r--r-- | zshfunc/reinit-debian-samhain-one | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zshfunc/reinit-debian-samhain-one b/zshfunc/reinit-debian-samhain-one index fd9d3c6..f0f28c0 100644 --- a/zshfunc/reinit-debian-samhain-one +++ b/zshfunc/reinit-debian-samhain-one @@ -1,5 +1,7 @@ ## vim:ft=zsh:foldmethod=marker +local host + host=$1 if [ "$host" = "${host%%.debian.org}" ]; then host="$host.debian.org" |