From 5e310e0fcaa0f41fd079b9ef8c35daffb92801ef Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Fri, 20 Jun 2008 01:31:21 +0100 Subject: Migrate a few uses of grep to In_list. --- helpers/lh_source_iso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_source_iso') diff --git a/helpers/lh_source_iso b/helpers/lh_source_iso index 31a4a8555..1538727d7 100755 --- a/helpers/lh_source_iso +++ b/helpers/lh_source_iso @@ -33,7 +33,7 @@ then exit 0 fi -if ! echo "${LH_SOURCE_IMAGES}" | grep -qs iso +if ! In_list iso "${LH_SOURCE_IMAGES}" then exit 0 fi -- cgit v1.2.3