diff options
Diffstat (limited to 'scripts/boot/misc-helpers.sh')
-rwxr-xr-x | scripts/boot/misc-helpers.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/boot/misc-helpers.sh b/scripts/boot/misc-helpers.sh index 202ebe6..fe45ee1 100755 --- a/scripts/boot/misc-helpers.sh +++ b/scripts/boot/misc-helpers.sh @@ -1,5 +1,7 @@ #!/bin/sh +#set -e + is_in_list_separator_helper () { local sep=${1} shift |