diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-10 01:59:40 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-10 01:59:40 +0100 |
commit | de2560b32f169e442ba6935b2e49414cedabcb39 (patch) | |
tree | 45d9f680c74ff939ac88f88e524c338ec113c74a /bin | |
parent | e98321de8f6002d6ed056b23ecdfcd0732ac153a (diff) | |
download | jenkins.debian.net-de2560b32f169e442ba6935b2e49414cedabcb39.tar.xz |
less sudo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/d-i_manual.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh index eddbc3ad..e61f9774 100755 --- a/bin/d-i_manual.sh +++ b/bin/d-i_manual.sh @@ -2,7 +2,6 @@ # Copyright 2012 Holger Levsen <holger@layer-acht.org> # released under the GPLv=2 - set -x set -e @@ -19,7 +18,7 @@ rm -fv *.deb *.dsc *_*.build *_*.changes *_*.tar.gz # prepare build # cd manual -sudo pdebuild +pdebuild if [ -f /var/base.tgz ] ; then sudo pbuilder --create else |