Builder for live images based on Debian
Go to file
Lyndon Brown c55eb8a0c3 use local scope for private function vars
all vars affected have been carefully checked to be quite certain
that they are definitely local

where variable is assigned the return value of a function/command, the
local "declaration" is deliberately done on a separate line, since
`local FOO` is actually treated itself as a command rather than a
declaration; will thus always cause $? to be zero, and thus if done on
the same line as such an assignment can not only clobber $? but in doing
so unintentionally blocks failure of a command from triggering the
expected exit from having `set -e`.

also, from testing, i have found that when assigning "${@}" this must be
done on a separate line confusingly as otherwise an error occurs.

Gbp-Dch: Short
2020-03-16 22:10:03 +00:00
data/debian-cd We should add buster for release 2019-02-17 14:51:24 +00:00
debian CI: deploy from the build stage, rather than rebuilding from scratch 2020-03-15 21:13:31 +00:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend frontend: tidy 2020-03-13 14:20:12 +00:00
functions use local scope for private function vars 2020-03-16 22:10:03 +00:00
manpages allow turning off colour 2020-03-16 13:32:16 +00:00
scripts use local scope for private function vars 2020-03-16 22:10:03 +00:00
share bootloaders: add install with speech synthesis menu entries 2020-03-16 20:33:18 +00:00
COPYING Switching to GPL3+. 2011-03-09 18:22:29 +01:00
Makefile fix capitalisation of some output messages 2020-03-05 20:36:54 +00:00