summaryrefslogtreecommitdiffstats
path: root/plugins/luarocks/luarocks.mk
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/luarocks/luarocks.mk')
-rw-r--r--plugins/luarocks/luarocks.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/luarocks/luarocks.mk b/plugins/luarocks/luarocks.mk
index 7f5ee94..b7cbbae 100644
--- a/plugins/luarocks/luarocks.mk
+++ b/plugins/luarocks/luarocks.mk
@@ -15,7 +15,7 @@ $(PKG)_DEPS := gcc lua
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://keplerproject.github.io/luarocks/releases/' | \
$(SED) -n 's,.*luarocks-\([0-9][^>]*\)\.tar.*,\1,p' | \
- sort -h | tail -1
+ $(SORT) -h | tail -1
endef
# shared-only because Lua loads modules in runtime