]> git.donarmstrong.com Git - neurodebian.git/commitdiff
BF/FO: fix mixing tabs and spaces
authorValentin Haenel <valentin.haenel@gmx.de>
Mon, 7 May 2012 07:46:31 +0000 (09:46 +0200)
committerValentin Haenel <valentin.haenel@gmx.de>
Mon, 7 May 2012 07:46:31 +0000 (09:46 +0200)
tools/nd_adddist

index b4a3f21e85d507dd72d5a1fe4352c8377cd4fd74..f85c34df5e2e77f5f349536f394a3f25c845d48f 100755 (executable)
@@ -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