minor updates
[iankelling.org] / set-comments
index b87f21166932f9f7ec24b9b2c21f267f488adf3a..8cb7029a2ec6e3914a64189134603f1b725eff7e 100755 (executable)
@@ -20,10 +20,9 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
 cd "${BASH_SOURCE%/*}/proposed-comments"
 
 
-shell="ssh -oStrictHostKeyChecking=no $(chost iankelling.org)"
+shell="ssh -oStrictHostKeyChecking=no iankelling.org"
 while [[ $1 ]]; do
     case $1 in
-        -a) all=true; shift ;;
         -l) shell= ; shift ;; # -l  for local
     esac
 done