mirror of
https://github.com/openwrt/luci.git
synced 2026-02-04 12:06:01 +08:00
build: fix typo in hostenv.sh introduced in r5654
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
##!/bin/sh
|
||||
#!/bin/sh
|
||||
export LD_LIBRARY_PATH="$1/usr/lib:$LD_LIBRARY_PATH"
|
||||
[ `uname -s` == "Darwin" ] && export DYLD_LIBRARY_PATH="$1/usr/lib:$DYLD_LIBRARY_PATH"
|
||||
export PATH="$1/bin:$1/usr/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user