summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update
index e280d22..db0ceca 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -36,7 +36,7 @@ merge() {
# order new items by timestamp (asc).
(sed 's@^@O @' "$1"
sed 's@^@N @' "$2") | \
- awk '!x[$7 " " $3 " " $4]++ && $1 == "N"' 2>/dev/null | \
+ LC_ALL=C awk '!x[$7 " " $3 " " $4]++ && $1 == "N"' 2>/dev/null | \
cut -f 2- | \
sort -t ' ' -k1n,1
}