summaryrefslogtreecommitdiff
path: root/etc/functions/put
diff options
context:
space:
mode:
Diffstat (limited to 'etc/functions/put')
-rwxr-xr-xetc/functions/put1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/put b/etc/functions/put
index 42b550a..58a59f3 100755
--- a/etc/functions/put
+++ b/etc/functions/put
@@ -48,6 +48,7 @@ hosts=(aneurysm_int aneurysm sievert)
while [[ $1 == -* ]] {
case $1 in
+ -|--) shift; break ;;
*)
(( $(eval echo '$#'hosts_${1#-}) )) && eval hosts=\(\$hosts_${1#-}\)
;;