From 3c7c2a76db66edb7352e9a208169896f58b433ce Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 8 May 2011 22:51:21 +0200 Subject: [PATCH] s/base/basen/ Signed-off-by: Joerg Jaspert --- config/debian/dinstall.functions | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index 804cdddc..c4a25a61 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -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 -- 2.39.2