From fc6164b75090f03eed7504195d1fa9f0915ea862 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 27 Jul 2020 15:30:35 +0200 Subject: Fix spacing in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01a21223..2e33f3b8 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ localstatedir = /var sharedstatedir = $(localstatedir)/lib VERSION := $(shell gawk '/Version:/ { print $$2 }' initscripts.spec) -NEXT_VERSION := $(shell gawk '/Version:/ { print $$2 + 0.01}' initscripts.spec) +NEXT_VERSION := $(shell gawk '/Version:/ { print $$2 + 0.01 }' initscripts.spec) all: make-binaries make-translations -- cgit v1.2.1