mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +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
|
||||
else
|
||||
(
|
||||
cd $SRCDIR || exit 1;
|
||||
cd $SRCDIR || exit 1
|
||||
if ! [ -n "$nobuild" ]; then
|
||||
export MAKEOBJDIRPREFIX=$destdir/usr/obj;
|
||||
export MAKEOBJDIRPREFIX=$destdir/usr/obj
|
||||
if [ -n "$($make -V.ALLTARGETS:Mbuildetc)" ]; then
|
||||
$make buildetc || exit 1
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user