From 1a5070344f29a1a6394d660b721f9e8059bf88c4 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 22 Nov 2023 18:56:14 -0500 Subject: fixup --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4a16d9..6934d38 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ apt = $(shell which apt || which apt-get) .PHONY: apt-get-update-stamp apt-get-update-stamp: - @if $(stale) \ + @if $(stale); \ then \ set -x; \ sudo dpkg --add-architecture i386; \ -- cgit v1.2.3