From 88c1b01cafd0443bb0427ec8c4fe500ec7010e0b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 29 Dec 2009 18:11:39 +0000 Subject: [PATCH] build: fix typo in hostenv.sh introduced in r5654 --- build/hostenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/hostenv.sh b/build/hostenv.sh index 657439160d..ad5a71e41b 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" -- 2.30.2