mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
tree.sh: remove superfluous eval statements
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+11
-3
@@ -228,7 +228,9 @@ configure_project()
|
|||||||
|
|
||||||
printf "Loading %s config: %s\n" "$project" "$_tcfg"
|
printf "Loading %s config: %s\n" "$project" "$_tcfg"
|
||||||
|
|
||||||
eval "`setvars "" rev tree`"
|
rev=""
|
||||||
|
tree=""
|
||||||
|
|
||||||
eval "`setcfg "$_tcfg"`"
|
eval "`setcfg "$_tcfg"`"
|
||||||
|
|
||||||
if [ "$_f" = "-d" ]; then
|
if [ "$_f" = "-d" ]; then
|
||||||
@@ -348,7 +350,8 @@ delete_old_project_files()
|
|||||||
|
|
||||||
project_up_to_date()
|
project_up_to_date()
|
||||||
{
|
{
|
||||||
eval "`setvars "" old_hash hash`"
|
old_hash=""
|
||||||
|
hash=""
|
||||||
|
|
||||||
hashdir="$1"
|
hashdir="$1"
|
||||||
hashname="$2"
|
hashname="$2"
|
||||||
@@ -439,7 +442,12 @@ check_gnu_path()
|
|||||||
err "Host '$1' unavailable" "check_gnu_path" "$@"
|
err "Host '$1' unavailable" "check_gnu_path" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
eval "`setvars "" gccver gccfull gnatver gnatfull gccdir gnatdir`"
|
gccver=""
|
||||||
|
gccfull=""
|
||||||
|
gnatver=""
|
||||||
|
gnatfull=""
|
||||||
|
gccdir=""
|
||||||
|
gnatdir=""
|
||||||
|
|
||||||
if host_gcc_gnat_match "$@"; then
|
if host_gcc_gnat_match "$@"; then
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user