From 4b540d3c9b20fde261ea9a860d5338f8e0b2e829 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Tue, 11 Nov 2008 23:37:20 +0000 Subject: [PATCH] (no Version Change) typo. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index a16f907..e57b093 100755 --- a/inxi +++ b/inxi @@ -40,7 +40,7 @@ #### CONVENTIONS: #### Indentation: TABS #### Do not use one liner flow controls. The ONLY time you should use ; is in -#### This single case: if [[ condition ]];then (ie, never: [[ condition ]] && statement) +#### this single case: if [[ condition ]];then (ie, never: [[ condition ]] && statement) #### All new code/methods must be in a function. #### For all boolean tests, use 'true' / 'false'. Do NOT use 0 or 1 unless #### it's a function return. Avoid complicated tests in the if condition itself.