projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0134f
)
build: fix typo in hostenv.sh introduced in r5654
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 29 Dec 2009 18:11:39 +0000
(18:11 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 29 Dec 2009 18:11:39 +0000
(18:11 +0000)
build/hostenv.sh
patch
|
blob
|
history
diff --git
a/build/hostenv.sh
b/build/hostenv.sh
index 657439160d25326728b492b1c1440bb6da416ccb..ad5a71e41b2852fa4ad11bd551503b985b13ddb1 100755
(executable)
--- a/
build/hostenv.sh
+++ b/
build/hostenv.sh
@@
-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"