From: Valentin Haenel Date: Mon, 7 May 2012 07:46:31 +0000 (+0200) Subject: BF/FO: fix mixing tabs and spaces X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=298e442c2d3ecdcc29608d7e06d4576144b87992;p=neurodebian.git BF/FO: fix mixing tabs and spaces --- diff --git a/tools/nd_adddist b/tools/nd_adddist index b4a3f21..f85c34d 100755 --- a/tools/nd_adddist +++ b/tools/nd_adddist @@ -22,8 +22,8 @@ fi opts="--distribution $dist --debootstrap debootstrap --aptcache $aptcache" if echo $family | grep -q ubuntu; then - # Use ubuntu's keyring since otherwise debootstrap would fail - opts+=" --debootstrapopts --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" + # Use ubuntu's keyring since otherwise debootstrap would fail + opts+=" --debootstrapopts --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg" fi mkdir -p ${cowbuilderroot}/cow