diff options
author | kpcyrd <git@rxv.cc> | 2017-11-02 16:45:35 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-11-02 16:47:28 +0100 |
commit | 221c1da2dce88b20b600bacb1c3875855c318f34 (patch) | |
tree | b999098e7b38054872c199a0fc0fae0f84c6e8b9 | |
parent | 5945edc9e3bc0e258d8d0e573262bf227f566334 (diff) | |
download | jenkins.debian.net-221c1da2dce88b20b600bacb1c3875855c318f34.tar.xz |
reproducible archlinux: remove -rf for regular file
-rwxr-xr-x | bin/reproducible_setup_archlinux_schroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_setup_archlinux_schroot.sh b/bin/reproducible_setup_archlinux_schroot.sh index 5b74db12..194efda4 100755 --- a/bin/reproducible_setup_archlinux_schroot.sh +++ b/bin/reproducible_setup_archlinux_schroot.sh @@ -43,7 +43,7 @@ bootstrap() { mv $SCHROOT_BASE/root.x86_64 $SCHROOT_BASE/$TARGET rm -rf --one-file-system "$SCHROOT_BASE/$TARGET.old" - rm archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz -rf + rm archlinux-bootstrap-$BOOTSTRAP_DATE-x86_64.tar.gz fi # write the schroot config |