]> git.decadent.org.uk Git - dak.git/commitdiff
s/base/basen/
authorJoerg Jaspert <joerg@debian.org>
Sun, 8 May 2011 20:51:21 +0000 (22:51 +0200)
committerJoerg Jaspert <joerg@debian.org>
Sun, 8 May 2011 20:51:21 +0000 (22:51 +0200)
Signed-off-by: Joerg Jaspert <joerg@debian.org>
config/debian/dinstall.functions

index 804cdddc50b2bf8eec38dac9655c5b1c63d859cd..c4a25a61396f561d9e140d8051984cc77600cbd5 100644 (file)
@@ -592,11 +592,11 @@ function gitpdiff() {
     # Also, we only want contents, packages and sources.
     for file in $(find ../dists/ -regex ".*/\(Contents-\($archs\)\|\(Packages\|Sources\)\).gz"); do
         log "${file}"
-        base=${file%%.gz};
-        base=${base##../};
-        dir=${base%/*};
+        basen=${file%%.gz};
+        basen=${basen##../};
+        dir=${basen%/*};
         mkdir -p $dir;
-        zcat $file > $base;
+        zcat $file > $basen;
     done
 
     # Second, add all there is into git