From 45f5dd580a8a8ba834272fcaae7544d0efa05d81 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 13 Aug 2014 04:00:05 +0000 Subject: README.md edited online with Bitbucket --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a391631..5376a74 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ if ( ${OFFSITE} ) then endif ``` -The only downside parsing a string rather than an integer is that logical operators will no longer work as expected. `${OFFSITE} > "0"` is not same evaluation as `${OFFSITE} > 0`. +The downside to parsing a string rather than an integer is logical operators will not work as expected. `${OFFSITE} > "0"` is not the same as evaluating `${OFFSITE} > 0`. ## What about BASH? -- cgit