diff options
Diffstat (limited to 'script/build/boot/roms_helper')
-rwxr-xr-x | script/build/boot/roms_helper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/boot/roms_helper b/script/build/boot/roms_helper index 93574d9e..b663dc8e 100755 --- a/script/build/boot/roms_helper +++ b/script/build/boot/roms_helper @@ -28,7 +28,7 @@ set -u -e . "include/err.sh" -projectname="$(cat projectname)" +read projectname < projectname cfgsdir="resources/coreboot" |