diff options
author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-06-20 01:31:21 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:03:36 +0100 |
commit | 5e310e0fcaa0f41fd079b9ef8c35daffb92801ef (patch) | |
tree | 4f573feba9e638585b7fd1662005473485ff48bf /helpers/lh_source_usb-hdd | |
parent | b7ccfa63cac8e9cbfd3e2cf5173c21f148e2a23e (diff) | |
download | vyos-live-build-5e310e0fcaa0f41fd079b9ef8c35daffb92801ef.tar.gz vyos-live-build-5e310e0fcaa0f41fd079b9ef8c35daffb92801ef.zip |
Migrate a few uses of grep to In_list.
Diffstat (limited to 'helpers/lh_source_usb-hdd')
-rwxr-xr-x | helpers/lh_source_usb-hdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_source_usb-hdd b/helpers/lh_source_usb-hdd index 82d19131f..8df36ddbe 100755 --- a/helpers/lh_source_usb-hdd +++ b/helpers/lh_source_usb-hdd @@ -33,7 +33,7 @@ then exit 0 fi -if ! echo "${LH_SOURCE_IMAGES}" | grep -qs usb-hdd +if ! In_list usb-hdd "${LH_SOURCE_IMAGES}" then exit 0 fi |