aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid <public@beloved.name>2018-07-04 01:42:16 +0200
committerdavid <public@beloved.name>2018-07-04 01:42:16 +0200
commit9d7a608fbb21c38cd28f9b01d1f99c16735886fd (patch)
tree23963c3bd529da8cb55c647c9fdeb3c305902b4f
parent49145968147ca2e5938a21631ed449a6e383deee (diff)
fix the rm -rf command in doall.sh
-rwxr-xr-xdoall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doall.sh b/doall.sh
index 0f43b03..1dba319 100755
--- a/doall.sh
+++ b/doall.sh
@@ -6,7 +6,7 @@ set -x
x="$(readlink -f -- "$BASH_SOURCE")"; cd ${x%/*} # directory of this file
-rm distfiles output *.log *.h5 -rf metadata.ftp-master.debian.org
+rm -rf distfiles output *.log *.h5 metadata.ftp-master.debian.org
mkdir distfiles
wget -O - http://ftp.debian.org/debian/dists/stable/main/source/Sources.gz | gunzip >> distfiles/Sources