Skip to content

Commit 8e8cc97

Browse files
authored
Update build-api7ee-runtime.sh
1 parent 1333370 commit 8e8cc97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-api7ee-runtime.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ if [[ "$OPENRESTY_VERSION" == 1.21.4.4 ]] ; then
164164
lj_ver=2.1-20240815
165165
wget "https://github.com/openresty/luajit2/archive/v$lj_ver.tar.gz" -O "LuaJIT-$lj_ver.tar.gz"
166166
tar -xzf LuaJIT-$lj_ver.tar.gz
167-
mv luajit2-* bundle/
167+
mv luajit2-* bundle/LuaJIT-$lj_ver
168168
fi
169169

170170
or_limit_ver=0.08

0 commit comments

Comments
 (0)