diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-08-30 15:39:17 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-08-30 15:39:17 +0100 |
commit | af97439e96b64b1d0b638ed4a8dd6a1791ff6271 (patch) | |
tree | 33fecbf1cf98bcc818a567ff2abcb113b8c5d2a6 /resources/scripts/helpers | |
parent | a5c7dbe4943d761ad17376a754257ae4237ecfed (diff) | |
download | librebootfr-af97439e96b64b1d0b638ed4a8dd6a1791ff6271.tar.gz librebootfr-af97439e96b64b1d0b638ed4a8dd6a1791ff6271.zip |
build/config/corebootmodify: s/continue/return
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/build/config/corebootmodify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/build/config/corebootmodify b/resources/scripts/helpers/build/config/corebootmodify index 38ab34be..367f868f 100755 --- a/resources/scripts/helpers/build/config/corebootmodify +++ b/resources/scripts/helpers/build/config/corebootmodify @@ -33,7 +33,7 @@ hackconfig () { if [ ! -d "../resources/libreboot/config/grub/${1}/" ]; then printf "build/config/corebootmodify WARNING: config '%s' does not exist. Skipping.\n" "${1}" - continue + return fi mv "../resources/libreboot/config/grub/${1}/config" ".config" |