From 6779d3f9915bc4a080683c460c5988e8e2c50405 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 26 Apr 2025 19:28:49 +0100 Subject: move variables out of init.sh to others move them where they are used, or if they are used in many places, move them to lib.sh Signed-off-by: Leah Rowe --- include/init.sh | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/init.sh') diff --git a/include/init.sh b/include/init.sh index b8c3cb35..2e60883d 100644 --- a/include/init.sh +++ b/include/init.sh @@ -14,12 +14,6 @@ projectsite="https://libreboot.org/" export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" xbmkpath="$PATH" -_ua="Mozilla/5.0 (Windows NT 10.0; rv:91.0) Gecko/20100101 Firefox/91.0" - -ifdtool="elf/ifdtool/default/ifdtool" -cbfstool="elf/cbfstool/default/cbfstool" -rmodtool="elf/cbfstool/default/rmodtool" -grubdata="config/data/grub" err="err_" setvars() -- cgit v1.2.1