mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 14:21:18 +01:00
etcupdate: Remove redundant semicolons
Fixes: 03e62670c3
("etcupdate: Consolidate nobuild cases and make more robust")
This commit is contained in:
parent
74861578d9
commit
309ec6ab28
@ -216,9 +216,9 @@ build_tree()
|
|||||||
done
|
done
|
||||||
else
|
else
|
||||||
(
|
(
|
||||||
cd $SRCDIR || exit 1;
|
cd $SRCDIR || exit 1
|
||||||
if ! [ -n "$nobuild" ]; then
|
if ! [ -n "$nobuild" ]; then
|
||||||
export MAKEOBJDIRPREFIX=$destdir/usr/obj;
|
export MAKEOBJDIRPREFIX=$destdir/usr/obj
|
||||||
if [ -n "$($make -V.ALLTARGETS:Mbuildetc)" ]; then
|
if [ -n "$($make -V.ALLTARGETS:Mbuildetc)" ]; then
|
||||||
$make buildetc || exit 1
|
$make buildetc || exit 1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user