diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-29 18:11:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-29 18:11:39 +0000 |
commit | 88c1b01cafd0443bb0427ec8c4fe500ec7010e0b (patch) | |
tree | 7a9a926a02d576bda3e38c4b05f074c4cc3822e8 /build | |
parent | 7d0134fedc14794d68c9e9fe9dba60744d8ed8af (diff) |
build: fix typo in hostenv.sh introduced in r5654
Diffstat (limited to 'build')
-rwxr-xr-x | build/hostenv.sh | 2 |
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" |