From 0c132e9781e6658058fba08ef021a195427e0887 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 28 Nov 2014 10:58:16 +0800 Subject: [PATCH] update the log position. --- trunk/scripts/_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/scripts/_log.sh b/trunk/scripts/_log.sh index 3c09982f3..89453aadd 100755 --- a/trunk/scripts/_log.sh +++ b/trunk/scripts/_log.sh @@ -8,7 +8,7 @@ RED="\\e[31m" GREEN="\\e[32m" YELLOW="\\e[33m" BLACK="\\e[0m" -POS="\\e[100G" +POS="\\e[103G" # if need to log to file, change the log path. if [[ ! $log ]]; then