summaryrefslogtreecommitdiff
path: root/include/init.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-26 19:28:49 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-26 19:28:49 +0100
commit6779d3f9915bc4a080683c460c5988e8e2c50405 (patch)
tree927b8dc446bccda424a57b9cfa343d52c1b58c5a /include/init.sh
parent848159fa0eb9502b0403073c74b27bc98c7d3001 (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'include/init.sh')
-rw-r--r--include/init.sh6
1 files changed, 0 insertions, 6 deletions
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()