From 2aaa08ffa716e7a6673128b41d6098aa5323e611 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sat, 20 Jan 2024 12:37:00 +0100 Subject: Mk/bsd.commands.mk: Fix pre-commit error about indentation --- Mk/bsd.commands.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.commands.mk b/Mk/bsd.commands.mk index 636f2f2f481e..069b5e4c6030 100644 --- a/Mk/bsd.commands.mk +++ b/Mk/bsd.commands.mk @@ -28,11 +28,11 @@ CP?= /bin/cp CPIO?= /usr/bin/cpio CUT?= /usr/bin/cut DC?= /usr/bin/dc -.if exists(/usr/bin/dialog) +. if exists(/usr/bin/dialog) DIALOG?= /usr/bin/dialog -.else +. else DIALOG?= /usr/bin/bsddialog -.endif +. endif DIALOG4PORTS?= ${LOCALBASE}/bin/portconfig DIFF?= /usr/bin/diff DIRNAME?= /usr/bin/dirname -- cgit v1.2.3