From c460e4ac4d47b2103e1c843382dcec2df7e86d73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 6 Jun 2015 19:20:54 +0200 Subject: [PATCH] avoid word splitting --- thirdparty/configure-native-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/configure-native-deps.sh b/thirdparty/configure-native-deps.sh index c3ec15277f..457b75db89 100755 --- a/thirdparty/configure-native-deps.sh +++ b/thirdparty/configure-native-deps.sh @@ -12,7 +12,7 @@ for location in $locations ; do for soname in $sonames ; do if [ -f "$location/$soname" ]; then liblua51=$soname - echo "Detected Lua 5.1 library at "$location/$soname + echo "Detected Lua 5.1 library at $location/$soname" break 2 fi done