diff options
author | Jan Macku <jamacku@redhat.com> | 2020-07-27 15:30:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 15:30:35 +0200 |
commit | fc6164b75090f03eed7504195d1fa9f0915ea862 (patch) | |
tree | cba09029f1ef8e20b43e2b8764bcfc900e9e87ca | |
parent | 299efd663b4614f4698cf2bc9b9ba8e72df9387e (diff) | |
download | initscripts-fc6164b75090f03eed7504195d1fa9f0915ea862.tar initscripts-fc6164b75090f03eed7504195d1fa9f0915ea862.tar.gz initscripts-fc6164b75090f03eed7504195d1fa9f0915ea862.tar.bz2 initscripts-fc6164b75090f03eed7504195d1fa9f0915ea862.tar.xz initscripts-fc6164b75090f03eed7504195d1fa9f0915ea862.zip |
Fix spacing in Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |