Changeset 143 for trunk/tssh


Ignore:
Timestamp:
Dec 28, 2017, 5:08:48 PM (6 years ago)
Author:
g7moreau
Message:
  • Remove first space (just for beauty)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/tssh

    r142 r143  
    134134      local justhost=${host#*@}
    135135     
    136       cluster=$(grep "^${justhost}\b" ${HOME}/.csshrc | cut -f 2 -d '=')
     136      cluster=$(grep "^${justhost}\b" ${HOME}/.csshrc | cut -f 2 -d '=' | sed -e 's/^[[:space:]]*//;')
    137137      if [ "${cluster}" == "" ]
    138138      then
Note: See TracChangeset for help on using the changeset viewer.