Skip to content

Commit

Permalink
bumped version, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora committed Sep 14, 2015
1 parent 9e0bde3 commit 2e9f0cc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rmate
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@

# init
#
version="0.9.5"
version_date="2015-05-24"
version="0.9.6"
version_date="2015-09-15"
version_string="rmate-sh $version ($version_date)"

# determine hostname
Expand Down Expand Up @@ -202,7 +202,6 @@ if [[ "$host" = "auto" && "$SSH_CONNECTION" != "" ]]; then
host=${SSH_CONNECTION%% *}
fi


filepath="$1"

if [ "$filepath" = "" ]; then
Expand Down

0 comments on commit 2e9f0cc

Please sign in to comment.