summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks/lpeg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/luarocks/lpeg.mk')
-rw-r--r--plugins/luarocks/lpeg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/luarocks/lpeg.mk b/plugins/luarocks/lpeg.mk
index 2c1af1a..4d099db 100644
--- a/plugins/luarocks/lpeg.mk
+++ b/plugins/luarocks/lpeg.mk
@@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc luarocks
define $(PKG)_UPDATE
$(WGET) -q -O- 'http://www.inf.puc-rio.br/~roberto/lpeg/' | \
$(SED) -n 's,.*lpeg-\([0-9][^>]*\)\.tar.*,\1,p' | \
- sort -h | tail -1
+ $(SORT) -h | tail -1
endef
# shared-only because luarocks is shared-only