From 8b47d6937d6f4a0a99843c75a7e4ec49570263e9 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sun, 14 Aug 2011 18:23:14 +0300 Subject: [PATCH] bashrc: fixed the message. Now bashrc gives more clear message about timezone. --- bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 0b0e2293..7e4a7019 100644 --- a/bashrc +++ b/bashrc @@ -1,6 +1,9 @@ # This is ~/.bashrc file by Mika Suomalainen (Mkaysi) # This file also contains the default things. -echo "You must comment line 3 in your bashrc and set correct timezone in line 126 (in case you don't live in Finland!" + +echo "You must comment lines 4, 5 and 6 in your ~/.bashrc and if you don't live in Finland, +you must set correct timezone in line 126. Otherwise you will notice that the "date" +command will give you the current time at Finland ;)" # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)