mirror of
https://github.com/openwrt/luci.git
synced 2026-08-29 08:31:46 +04:00
build: fix typo in hostenv.sh introduced in r5654
This commit is contained in:
+1
-1
@@ -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