summaryrefslogtreecommitdiffstats
path: root/src/libgnurx.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libgnurx.mk')
-rw-r--r--src/libgnurx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgnurx.mk b/src/libgnurx.mk
index d279fe6..f6861e6 100644
--- a/src/libgnurx.mk
+++ b/src/libgnurx.mk
@@ -14,7 +14,7 @@ define $(PKG)_UPDATE
$(WGET) -q -O- 'http://sourceforge.net/projects/mingw/files/Other/UserContributed/regex/' | \
grep 'mingw-regex-' | \
$(SED) -n 's,.*mingw-regex-\([0-9\.]*\).*,\1,p' | \
- sort | \
+ $(SORT) | \
uniq | \
tail -1
endef