From a6487ee8b0761d0b89eca28817790aa661744e01 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 11 Jan 2026 13:13:48 +0000 Subject: [PATCH] azahar-room/Dockerfile: Fix error on zsh due incorrectly formatted comment --- docker/azahar-room/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/azahar-room/Dockerfile b/docker/azahar-room/Dockerfile index eafcbebc9..c47896dd9 100644 --- a/docker/azahar-room/Dockerfile +++ b/docker/azahar-room/Dockerfile @@ -12,7 +12,7 @@ RUN mkdir builddir && cd builddir && \ -DENABLE_TESTS=OFF \ -DENABLE_ROOM=ON \ -DENABLE_ROOM_STANDALONE=ON \ - -DENABLE_OPENGL=OFF $(:"TODO: Can we disable these automatically when there's no frontend?") \ + -DENABLE_OPENGL=OFF $( : "TODO: Can we disable these automatically when there's no frontend?") \ -DENABLE_VULKAN=OFF \ -DENABLE_SDL2=OFF \ -DENABLE_LIBUSB=OFF \