]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/dinstall.functions
s/base/basen/
[dak.git] / 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