summaryrefslogtreecommitdiff
path: root/include/lib.sh
AgeCommit message (Expand)Author
2025-05-05lib.sh err: add missing redirect to stderrLeah Rowe
2025-05-05lbmk: MUCH safer err functionLeah Rowe
2025-05-05lib.sh: rename errx to xmsgLeah Rowe
2025-05-05lib.sh: Make x_ err if first arg is emptyLeah Rowe
2025-05-05lib.sh: Make err_ always exit no matter whatLeah Rowe
2025-05-05init.sh: move non-init functions to lib.shLeah Rowe
2025-05-05mk: Allow use of x_ on prefix functionsLeah Rowe
2025-05-05lib.sh: redirect find errors to /dev/nullLeah Rowe
2025-05-05lib.sh: Fix bad touch commandLeah Rowe
2025-05-05lib.sh find_ex: explicitly create the tmp fileLeah Rowe
2025-05-05lib.sh: add fe_ which is fx_ but err on findLeah Rowe
2025-05-05lbmk: unified execution on find commandsLeah Rowe
2025-05-05lib.sh: Simplify rmgit()Leah Rowe
2025-05-05lib.sh: support multiple arguments in remkdir()Leah Rowe
2025-05-05lib.sh: simplify remkdir()Leah Rowe
2025-05-05move x_() to lib.shLeah Rowe
2025-05-05init.sh: move setvars/err_ to lib.shLeah Rowe
2025-04-29lib.sh: Provide printf for mktarballLeah Rowe
2025-04-26lib.sh: move _ua to the xbmkget functionLeah Rowe
2025-04-26move variables out of init.sh to othersLeah Rowe
2025-04-26lib.sh: rename vendor_checksumLeah Rowe
2025-04-26lib.sh: move singletree() to git.shLeah Rowe
2025-04-26lib.sh: move cbfs() to rom.shLeah Rowe
2025-04-26re-split include/init.sh to lib.shLeah Rowe
2025-04-26rename include/lib.sh to init.shLeah Rowe
2025-04-26lib.sh: introduce more top-down function orderLeah Rowe
2025-04-26mk: simplify main()Leah Rowe
2025-04-26lib.sh: use realpath to get sys python on venvLeah Rowe
2025-04-26lib.sh: Force use of System Python to prevent hangLeah Rowe
2025-04-23lib.sh: further condense the python checkLeah Rowe
2025-04-23lib.sh: further simplify the python checkLeah Rowe
2025-04-23lib.sh: condense the python checkLeah Rowe
2025-04-23lib.sh: simplify mk()Leah Rowe
2025-04-23lib.sh: simplify cbfs()Leah Rowe
2025-04-23lib.sh: simplify the python checkLeah Rowe
2025-04-22lib.sh: add missing copyright yearLeah Rowe
2025-04-21lib.sh: Fix python3 detection when 'python' is python2Alper Nebi Yasak
2025-04-18lib.sh: perform root check even earlierLeah Rowe
2025-04-18lib.sh: tidy up opening logic (put it together)Leah Rowe
2025-04-18lib.sh: do root check before python checkLeah Rowe
2025-04-18lib.sh: simplify mktarball()Leah Rowe
2025-04-18lib.sh: fix missing s/TMPDIR/xbmktmpLeah Rowe
2025-04-17lbmk: don't handle TMPDIR directlyLeah Rowe
2025-04-16lib.sh mktarball: stricter tar error handlingLeah Rowe
2025-04-13Revert "lib.sh: use eval for the command in x_"Leah Rowe
2025-04-13lib.sh: fix bad eval writing version/versiondateLeah Rowe
2025-04-13lib.sh: use eval for the command in x_Leah Rowe
2025-04-12lib.sh: tidy up the error handlingLeah Rowe
2025-04-12remove xbmk_parent, handle forking in lib.shLeah Rowe
2025-04-12lib.sh: define x_ right after err_Leah Rowe