From 42c51daf43d25445d63668ed3b9bebedd5d64be5 Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 8 May 2011 22:31:54 +0200 Subject: [PATCH 1/1] s/foo/base Signed-off-by: Joerg Jaspert --- config/debian/dinstall.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debian/dinstall.functions b/config/debian/dinstall.functions index ffbbb545..804cdddc 100644 --- a/config/debian/dinstall.functions +++ b/config/debian/dinstall.functions @@ -596,7 +596,7 @@ function gitpdiff() { base=${base##../}; dir=${base%/*}; mkdir -p $dir; - zcat $file > $foo; + zcat $file > $base; done # Second, add all there is into git -- 2.39.2