From 4305dec2ec62140b728b089c4e8c4b20f87d7c68 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 1 Sep 2015 23:54:53 +0200 Subject: correct option --- bin/rebootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/rebootstrap.sh b/bin/rebootstrap.sh index 1b7ef1ec..34cd0d63 100755 --- a/bin/rebootstrap.sh +++ b/bin/rebootstrap.sh @@ -8,12 +8,12 @@ DEBUG=true common_init "$@" cleanup_all() { - rm -r $CODE + rm -r $CODE || true } CODE=$(mktemp --tmpdir=/tmp gitclone-XXXXXXXXX -u) trap cleanup_all INT TERM EXIT -git clone git://anonscm.debian.org/users/helmutg/rebootstrap.git --depth 1 $CODE +git clone --depth 1 git://anonscm.debian.org/users/helmutg/rebootstrap.git $CODE cd $CODE git checkout $1 shift -- cgit v1.2.3-70-g09d2