diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-04 21:40:39 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-04 21:40:39 +0200 |
commit | 67167af1daf8753c9684ea108e6599b4c2224943 (patch) | |
tree | d971c62b515cbbe2b8291ab5928de66f226d60b9 /examples/auto/build | |
parent | 6e10198b6a069ea1e1f7d4ab342bbd53f81bb007 (diff) | |
download | vyos-live-build-67167af1daf8753c9684ea108e6599b4c2224943.tar.gz vyos-live-build-67167af1daf8753c9684ea108e6599b4c2224943.zip |
Updating auto example scripts.
Diffstat (limited to 'examples/auto/build')
-rwxr-xr-x | examples/auto/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/auto/build b/examples/auto/build index 34956c13d..6d559e8cf 100755 --- a/examples/auto/build +++ b/examples/auto/build @@ -1,3 +1,3 @@ #!/bin/sh -lb build noauto "${@}" 2>&1 | tee binary.log +lb build noauto "${@}" 2>&1 | tee build.log |