More bug squashing

This commit is contained in:
Nilesh Govindrajan 2013-04-19 22:38:17 +05:30
commit 92e11313c1

View file

@ -44,8 +44,9 @@ function ssh() {
if [ -z "$host" ]; then
$actual_ssh $*
fi
return
fi
shift
$actual_ssh $(echo $ssh_hosts[$param]) $* # $() to circumvent ssh from b0rking if options are present in map