diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-27 14:55:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-27 15:03:21 +0200 |
commit | d0561821e401346fe29d56e1264c235fed77ae87 (patch) | |
tree | 815475185718ea1e378a7796b8aa55aca9c8d6f5 /scripts/build.sh | |
parent | 365e4c81c5392b17f39f76f49e3bb581ac830568 (diff) | |
download | vyos-live-build-d0561821e401346fe29d56e1264c235fed77ae87.tar.gz vyos-live-build-d0561821e401346fe29d56e1264c235fed77ae87.zip |
Calling local live-build embedded in config directly rather than to adjust path.
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-x | scripts/build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index fbe3e921f..b8846a4a2 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -3,8 +3,7 @@ if [ -e local/live-build ] then LIVE_BUILD="${LIVE_BUILD:-${PWD}/local/live-build}" - PATH="${PWD}/local/live-build/scripts/build:${PATH}" - export LIVE_BUILD PATH + export LIVE_BUILD fi # Source global functions |