[Reproducible-commits] [misc] 01/02: prebuilder: don't complain when b1, b2 are not yet there

Reiner Herrmann reiner at reiner-h.de
Sat Jan 9 13:05:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository misc.

commit 45d94e3f4ada1d60669714e0318d22435fc40f60
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Sat Jan 9 12:25:32 2016 +0100

    prebuilder: don't complain when b1,b2 are not yet there
---
 prebuilder/rebuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/prebuilder/rebuild.sh b/prebuilder/rebuild.sh
index 5b61556..3331129 100755
--- a/prebuilder/rebuild.sh
+++ b/prebuilder/rebuild.sh
@@ -31,7 +31,7 @@ fi
 
 PACKAGE="$1"
 
-rm -r b1 b2
+rm -rf b1 b2
 mkdir -p b1 b2 logs
 
 sudo \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list