summaryrefslogtreecommitdiffhomepage
path: root/build
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-12-29 18:11:39 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-12-29 18:11:39 +0000
commit88c1b01cafd0443bb0427ec8c4fe500ec7010e0b (patch)
tree7a9a926a02d576bda3e38c4b05f074c4cc3822e8 /build
parent7d0134fedc14794d68c9e9fe9dba60744d8ed8af (diff)
build: fix typo in hostenv.sh introduced in r5654
Diffstat (limited to 'build')
-rwxr-xr-xbuild/hostenv.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hostenv.sh b/build/hostenv.sh
index 657439160..ad5a71e41 100755
--- 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"