Builder for live images based on Debian
Go to file
johnraff 2d9ab1f7f8 Test for executables: replace 'which' with more robust 'command -v'
Instances of:
if [ $(which <command> ]
have been replaced with:
if command -v <command> >/dev/null
which is considered to be more robust in a range of environments.

scripts/build/chroot_archives: line 259:
	if [ "${LB_APT}" = "aptitude" ] && [ ! $(Chroot chroot "which aptitude") ]
has been left untouched because the chroot might require a more complex command
which would need more testing.

manpages/Makefile: line 42:
	@if [ ! -x "$$(which po4a 2>/dev/null)" ]; \
has been left untouched because I am not sufficiently familiar with makefiles.
2020-03-12 10:35:57 +00:00
data/debian-cd We should add buster for release 2019-02-17 14:51:24 +00:00
debian "Live Systems" -> "Debian Live" 2020-03-11 15:23:31 +00:00
examples amend copyright & licensing blocks 2020-03-11 13:51:19 +00:00
frontend Test for executables: replace 'which' with more robust 'command -v' 2020-03-12 10:35:57 +00:00
functions Test for executables: replace 'which' with more robust 'command -v' 2020-03-12 10:35:57 +00:00
manpages remove obsolete loop-aes-utils related losetup hack 2020-03-12 10:31:39 +00:00
scripts Test for executables: replace 'which' with more robust 'command -v' 2020-03-12 10:35:57 +00:00
share Test for executables: replace 'which' with more robust 'command -v' 2020-03-12 10:35:57 +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