From 6ce1ad64e9ed1d7a3fe0278596d9b9113a001101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 14 Sep 2020 02:49:15 +0200 Subject: Add quotes for the file name used as a parameter in tqt-replace scripts. This resolves bug 3158. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit b5fb7ec59011fb1a75ae84c718ed7e7c19e33dd2) --- qtinterface/tqt-replace.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtinterface/tqt-replace.cmake') diff --git a/qtinterface/tqt-replace.cmake b/qtinterface/tqt-replace.cmake index 6123a92..2388733 100755 --- a/qtinterface/tqt-replace.cmake +++ b/qtinterface/tqt-replace.cmake @@ -1,7 +1,7 @@ #!/bin/bash QT_VERSION=@QT_VERSION@ -if [[ $1 == "" ]]; then +if [[ "$1" == "" ]]; then echo "Usage: tqt-replace " else if [[ $QT_VERSION == 3 ]]; then -- cgit v1.2.1