summarylogtreecommitdiffstats
path: root/trid.sh
diff options
context:
space:
mode:
authorJesse Jaara2024-03-18 11:42:45 +0200
committerJesse Jaara2024-03-18 11:42:45 +0200
commit3aed4555050f2e664399767a60a3af45d807547b (patch)
tree54a226e7f2be128e5f5201dc10295d735089bdcf /trid.sh
parent45408e4627b4a8a003e10dd77b3b1bb24fc123e5 (diff)
downloadaur-3aed4555050f2e664399767a60a3af45d807547b.tar.gz
Improve package
* Added the needed `LANG=c` hack to the trid script * Improved update script
Diffstat (limited to 'trid.sh')
-rw-r--r--trid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trid.sh b/trid.sh
index fedc8f156ad4..92e51e5fb21d 100644
--- a/trid.sh
+++ b/trid.sh
@@ -8,4 +8,4 @@ if [ ! -e /var/lib/trid/triddefs.trd ]; then
exit 200;
fi
-/usr/bin/trid.bin -d:/var/lib/trid/triddefs.trd $*
+LANG=c /usr/bin/trid.bin -d:/var/lib/trid/triddefs.trd $*