From 70322077d21ae38bbe503d88e9e4d73ec883a493 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Sat, 18 Sep 2010 10:18:26 +0800 Subject: remove trialing spaces #2 --- doc_src/else.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc_src/else.txt') diff --git a/doc_src/else.txt b/doc_src/else.txt index 035abd62..e0f8b85b 100644 --- a/doc_src/else.txt +++ b/doc_src/else.txt @@ -13,5 +13,5 @@ status is 0, the commands COMMANDS_TRUE will execute. If it is not 0 and The command if test -f foo.txt; echo foo.txt exists; else; echo foo.txt does not exist; end will print foo.txt exists if the file foo.txt -exists and is a regular file, otherwise it will print +exists and is a regular file, otherwise it will print foo.txt does not exist. -- cgit v1.2.3