aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
887 stars 123 forks source link

FIXED: when supply '--host auto' on command line it does not work #43

Closed KES777 closed 8 years ago

KES777 commented 8 years ago

The $host were initialized by default by 'localhost' so checking $host before processing command line args is useless

Patch for issue: https://github.com/aurora/rmate/issues/42

aurora commented 8 years ago

Thanks!