From e41b001cbd93bc5d260c22c22edae905f5805e2c Mon Sep 17 00:00:00 2001
From: Marko Lindqvist <cazfi74@gmail.com>
Date: Tue, 15 Apr 2025 05:28:37 +0300
Subject: [PATCH 39/39] freeciv.project: Remove x-prefixing

See RM #1295

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
---
 bootstrap/freeciv.project | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap/freeciv.project b/bootstrap/freeciv.project
index 4a95d6c6cd..7236cbdc2f 100644
--- a/bootstrap/freeciv.project
+++ b/bootstrap/freeciv.project
@@ -10,7 +10,7 @@ META_URL="https://meta.freeciv.org/metaserver.php"
 # files won't be used any more.
 # Use '/' as portable directory separator character - those will be converted to '\'
 # as needed depending on the target environment.
-if test "x$HAIKU" != "xyes" ; then
+if test "${HAIKU}" != "yes" ; then
   FREECIV_STORAGE_DIR="~/.freeciv"
 else
   FREECIV_STORAGE_DIR="~/config/settings/freeciv"
-- 
2.47.2

