From 51bae08d52d3e6013b3b0fbfb4e5193e9f7b06f4 Mon Sep 17 00:00:00 2001 From: Raul Infante-Sainz Date: Wed, 22 May 2019 10:04:49 +0100 Subject: Removing extra spaces in variable definition in configure script With this commit, extra spaces in the definition of two variables in the `configure' script have been removed. Since they are defined in a `shell' context (not in `make'), variable assignation is not allow to have any space at both sides of the `=' character. I detected these typos when trying to run `./configure' in a particular project. --- .file-metadata | Bin 6001 -> 6829 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to '.file-metadata') diff --git a/.file-metadata b/.file-metadata index e28a436..f65476f 100644 Binary files a/.file-metadata and b/.file-metadata differ -- cgit v1.2.1