public inbox for network@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] util: isbool accept now also true and false
@ 2017-07-06 13:28 Jonatan Schlag
  0 siblings, 0 replies; only message in thread
From: Jonatan Schlag @ 2017-07-06 13:28 UTC (permalink / raw)
  To: network

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
 src/functions/functions.util | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/functions/functions.util b/src/functions/functions.util
index 37feb73..0a9b3d6 100644
--- a/src/functions/functions.util
+++ b/src/functions/functions.util
@@ -310,7 +310,7 @@ isoneof() {
 isbool() {
 	local var=${1}
 
-	isoneof ${var} 0 1 no yes on off
+	isoneof ${var} 0 1 no yes on off true false
 }
 
 isinteger() {
-- 
2.6.3


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-06 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06 13:28 [PATCH] util: isbool accept now also true and false Jonatan Schlag

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox