mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/bin/sh
|
|
export LD_LIBRARY_PATH="$1/usr/lib:$LD_LIBRARY_PATH"
|
|
export PATH="$1/bin:$1/usr/bin:$PATH"
|
|
export LUA_PATH="$1/$2/?.lua;$1/$2/?/init.lua;;"
|
|
export LUA_CPATH="$1/$3/?.so;;"
|
|
export LUCI_SYSROOT="$1"
|
|
$4
|