Skip to content

Commit 2e9f0cc

Browse files
committed
bumped version, cleanup
1 parent 9e0bde3 commit 2e9f0cc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rmate

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
# init
3535
#
36-
version="0.9.5"
37-
version_date="2015-05-24"
36+
version="0.9.6"
37+
version_date="2015-09-15"
3838
version_string="rmate-sh $version ($version_date)"
3939

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

205-
206205
filepath="$1"
207206

208207
if [ "$filepath" = "" ]; then

0 commit comments

Comments
 (0)