From 015b1269a0f88fe0a0ca6e24417f31867045f259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Garramu=C3=B1o?= Date: Sat, 4 May 2024 05:17:08 -0300 Subject: [PATCH] Fixed typo. --- bin/install_libintl_windows.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install_libintl_windows.sh b/bin/install_libintl_windows.sh index 72fb51ef3..d1dfb6b44 100755 --- a/bin/install_libintl_windows.sh +++ b/bin/install_libintl_windows.sh @@ -9,7 +9,7 @@ # Script used to install libiconv and libintl on windows through Msys. # -if [[ ! $RUNME && ]]; then +if [[ ! $RUNME ]]; then . etc/build_dir.sh else . etc/functions.sh