From f6a48140b415d89af8f198ba4d6d8601cc1e7f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sun, 9 Nov 2025 23:53:36 +0100 Subject: [PATCH] Fix buildscript --- flutter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/Makefile b/flutter/Makefile index 198ce16..c9ed8d1 100644 --- a/flutter/Makefile +++ b/flutter/Makefile @@ -1,7 +1,7 @@ HASH=$(shell git rev-parse HEAD) -VERS=$(shell cat pubspec.yaml | grep -oP '(?<=version: ).*' | sed 's/[\s]*//' | tr -d '\n') # lazy evaluated! +VERS=$(shell cat pubspec.yaml | grep -oP '(?<=version: ).*' | sed 's/[\s]*//' | tr -d '\n' | tr -d '') # lazy evaluated! java: sudo archlinux-java set java-17-openjdk