diff options
author | Richard Nelson <unixabg@gmail.com> | 2012-08-21 16:15:05 -0500 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-08-24 11:38:25 +0200 |
commit | 8c17b89ad903693d7f1bc208cdb1d0b55768c6fe (patch) | |
tree | 65daead0d0d57e69552861bdcf221ded212bdbda /frontends | |
parent | ee0b2d2c1e496459240b7ddd79520702f55671ec (diff) | |
download | vyos-live-build-8c17b89ad903693d7f1bc208cdb1d0b55768c6fe.tar.gz vyos-live-build-8c17b89ad903693d7f1bc208cdb1d0b55768c6fe.zip |
frontend/cgi cleanup remarked line of common function source from last commit on l-b-c.cron.
Diffstat (limited to 'frontends')
-rwxr-xr-x | frontends/cgi/live-build-cgi.cron | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/cgi/live-build-cgi.cron b/frontends/cgi/live-build-cgi.cron index 0ce8a0dae..89d4ae7ab 100755 --- a/frontends/cgi/live-build-cgi.cron +++ b/frontends/cgi/live-build-cgi.cron @@ -8,7 +8,6 @@ ## under certain conditions; see COPYING for details. # Including common functions -#( . "${LIVE_BUILD}/scripts/build.sh" > /dev/null 2>&1 || true ) || . /usr/lib/live/build.sh . /usr/lib/live/build.sh # Reading defaults |