Skip to content
Snippets Groups Projects
Commit 2aaa08ff authored by Tijl Coosemans's avatar Tijl Coosemans
Browse files

Mk/bsd.commands.mk: Fix pre-commit error about indentation

parent 83fc8459
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment