diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-15 12:14:56 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-15 12:14:56 +0000 |
commit | c99fc84f84b9ac9c5c2501795712ce8bdb3e97ff (patch) | |
tree | 87366384cee129a4e3fb6775192e6c53c31866d9 | |
parent | bcae9f4ab8743c9d6886944108fe133816cb486d (diff) | |
download | pbuilder-c99fc84f84b9ac9c5c2501795712ce8bdb3e97ff.tar pbuilder-c99fc84f84b9ac9c5c2501795712ce8bdb3e97ff.tar.gz |
whitespaces normalizing
Gbp-Dch: Ignore
-rwxr-xr-x | pbuilder-checkparams | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/pbuilder-checkparams b/pbuilder-checkparams index 74666ca..54ed075 100755 --- a/pbuilder-checkparams +++ b/pbuilder-checkparams @@ -319,20 +319,19 @@ fi case "$PBCURRENTCOMMANDLINEOPERATION" in --login|login|--execute|execute|--pdebuild|pdebuild) - # don't do anything if it is "login", or pdebuild - ;; + # don't do anything if it is "login", or pdebuild + ;; *) -# line from kobras@debian.org - if [ "$DEBIAN_FRONTEND" = "noninteractive" -o "$DEBIAN_FRONTEND" = "Noninteractive" ]; then - exec < /dev/null - - # set variables used in the upgrade option. - FORCE_CONFNEW[0]='-o' - FORCE_CONFNEW[1]='DPkg::Options::=--force-confnew' - else - unset FORCE_CONFNEW || true - fi - ;; + # line from kobras@debian.org + if [ "$DEBIAN_FRONTEND" = "noninteractive" -o "$DEBIAN_FRONTEND" = "Noninteractive" ]; then + exec < /dev/null + # set variables used in the upgrade option. + FORCE_CONFNEW[0]='-o' + FORCE_CONFNEW[1]='DPkg::Options::=--force-confnew' + else + unset FORCE_CONFNEW || true + fi + ;; esac if [ -n "$CCACHEDIR" ]; then |