misc upudates
[iankelling.org] / get-comments
index 071031976b3fb6f9895d45d6929ac756ae94a5b8..36563b84afa7e5783648f43f7628dfed9c3330ca 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -l
+#!/bin/bash
 # Copyright (C) 2016 Ian Kelling
 
 # This program is free software: you can redistribute it and/or modify
@@ -20,7 +20,7 @@ trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
 cd "${BASH_SOURCE%/*}/proposed-comments"
 
 all=false
-shell="ssh $(chost iankelling.org)"
+shell="ssh iankelling.org"
 while [[ $1 ]]; do
     case $1 in
         -a) all=true; shift ;;