aboutsummaryrefslogtreecommitdiff
path: root/subprojects/freeamo/freeamo
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/freeamo/freeamo')
-rwxr-xr-xsubprojects/freeamo/freeamo8
1 files changed, 8 insertions, 0 deletions
diff --git a/subprojects/freeamo/freeamo b/subprojects/freeamo/freeamo
index 9ee84f3..ac4d7c7 100755
--- a/subprojects/freeamo/freeamo
+++ b/subprojects/freeamo/freeamo
@@ -15,6 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
scriptsrc=$(readlink -f -- "${BASH_SOURCE[0]}")
run_path=$(dirname "${scriptsrc}" || echo .)
filename=$(basename "$0");
@@ -25,6 +26,13 @@ source "$run_path/freeamo.conf"
source "$run_path/src/err"
+# if you don't have this locale, add this to /etc/locale.gen:
+# sv_SE.UTF-8 UTF-8
+# then run sudo locale-gen
+# then open a new terminal.
+export LC_NUMERIC=sv_SE.UTF-8
+
+
output_file_1="$run_path/build/index-search-pages.txt";
output_file_2="$run_path/build/index-search-pages--free-licenses.txt"