From b877d6f2929f073d601085e2057741ba691d8c18 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 1 Oct 2013 00:04:15 +0200 Subject: portability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- gotrc-examples/commands | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gotrc-examples') diff --git a/gotrc-examples/commands b/gotrc-examples/commands index 329ef0f..2f84b7f 100644 --- a/gotrc-examples/commands +++ b/gotrc-examples/commands @@ -16,11 +16,11 @@ _login_commands () elif [ "${user}" = "+time" ]; then echo date +%Y-\(%m\)%b-%d\ %T,\ %a\ w%W/%V,\ %Z - read + read __ elif [ "${user}" = "+battery" ]; then echo acpi -V - read + read __ elif [ "${user}" = "+backlight" ]; then if [ "${LANG/UTF-8/}" = "${LANG}" ]; then export LANG="en_GB.UTF-8" @@ -35,7 +35,7 @@ Recognised commands include: +reboot Reboot the computer +backlight Adjust the backlight EOF - read + read __ fi else $login_function_commands -- cgit v1.2.3-70-g09d2