diff options
Diffstat (limited to 'bin/chroot-run.sh')
-rwxr-xr-x | bin/chroot-run.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 7145f5f8..ac84614c 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -100,7 +100,6 @@ if [ -f debian/control ] ; then echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/23jenkins apt-get install build-essential devscripts mk-build-deps -ir - rm /etc/apt/apt.conf.d/23jenkins fi $@ EOF |