From 385aab0c9072c327a7c7a3ab4157c5e5a7481225 Mon Sep 17 00:00:00 2001 From: imos Date: Wed, 24 Sep 2014 03:45:02 +0900 Subject: [PATCH] Update imosh. --- imosh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imosh b/imosh index d71c602..65ba9b5 100755 --- a/imosh +++ b/imosh @@ -1,7 +1,7 @@ #!/bin/bash # imos is a utility library for BASH. -IMOSH_VERSION='2014-09-24 03:03:07 +0900 (533eb4c)' +IMOSH_VERSION='2014-09-24 03:32:58 +0900 (ae9562c)' if ! shopt login_shell >/dev/null; then set -e -u