From 375c58eef7f53614c5cbd72fd42cb405a2a1492d Mon Sep 17 00:00:00 2001 From: prissi Date: Thu, 27 Jun 2024 16:21:06 +0900 Subject: [PATCH] Update text_import.sh --- text_import.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/text_import.sh b/text_import.sh index e1daa2e7..03b0ed96 100755 --- a/text_import.sh +++ b/text_import.sh @@ -35,9 +35,6 @@ wget -O texts.zip http://translator.simutrans.com/data/tab/language_pack-Scenari unzip texts.zip rm texts.zip -# protect en.tab (why???) -rm en.tab - # only copy changed texts for f in ./*.tab; do cat $f | grep "^[^#]" > $f.tmp