From 0d9c83eb0c7b1ebcd904457b4775b1dfd84a64f5 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 17 Aug 2014 00:51:15 +0900 Subject: [PATCH] setup.sh: fix bug of setu_tmux --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 3539aef..9d947f1 100755 --- a/setup.sh +++ b/setup.sh @@ -277,7 +277,7 @@ setup_tmux(){ ;; esac - _date= `date` cat <<__EOC__ >"$tmux_conf_local" + _date=`date` cat <<__EOC__ >"$tmux_conf_local" # $tmux_conf_local # Automatically generated by $0 at $_date