diff options
author | Daniel Baumann <daniel@debian.org> | 2012-08-27 15:16:09 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-27 15:16:09 +0200 |
commit | b6da4aec0426e111f06b2693c292cc57cc8c9e5a (patch) | |
tree | 3bc1483c2bcc2b32fa6ff4d83a6b1066c43f7600 /bin | |
parent | d0561821e401346fe29d56e1264c235fed77ae87 (diff) | |
download | vyos-live-build-b6da4aec0426e111f06b2693c292cc57cc8c9e5a.tar.gz vyos-live-build-b6da4aec0426e111f06b2693c292cc57cc8c9e5a.zip |
Removing old LB= hack when wrapper was not mandatory.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,6 +75,6 @@ case "${1}" in fi Echo "[%s] %s" "$(date +'%F %T')" "${COMMAND} ${@}" - LB=1 ${ENV} exec "${SCRIPT}" "${@}" + ${ENV} exec "${SCRIPT}" "${@}" ;; esac |