etcupdate: Remove redundant semicolons
Fixes: 03e62670c3 ("etcupdate: Consolidate nobuild cases and make more robust")
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user