summaryrefslogtreecommitdiff
path: root/resources/scripts/modify/coreboot/configs
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/modify/coreboot/configs')
-rwxr-xr-xresources/scripts/modify/coreboot/configs5
1 files changed, 2 insertions, 3 deletions
diff --git a/resources/scripts/modify/coreboot/configs b/resources/scripts/modify/coreboot/configs
index 665ee091..89d253e3 100755
--- a/resources/scripts/modify/coreboot/configs
+++ b/resources/scripts/modify/coreboot/configs
@@ -1,9 +1,8 @@
-#!/usr/bin/env sh
+#!/usr/bin/env bash
# helper script: modify coreboot configs (run make menuconfig)
#
# Copyright (C) 2021, 2023 Leah Rowe <info@minifree.org>
-# Copyright (C) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -50,7 +49,7 @@ modifyconf() {
fi
cbtree=""
- . "resources/coreboot/${board}/board.cfg" # source
+ source "resources/coreboot/${board}/board.cfg" # source
if [ -z ${cbtree} ]; then
return 0