We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466e67c commit 923a3edCopy full SHA for 923a3ed
create-dist.sh
@@ -39,8 +39,8 @@ cd ../..
39
40
mkdir -p build/srcdist-tmp/xmlunit-$1
41
cp -r [A-Zstx]* build/srcdist-tmp/xmlunit-$1
42
-find build/srcdist-tmp/xmlunit-$1 -name \*~ | xargs -e rm
43
-find build/srcdist-tmp/xmlunit-$1 -name obj -o -name .git | xargs -e rm -r
+find build/srcdist-tmp/xmlunit-$1 -name \*~ | xargs -e rm -f
+find build/srcdist-tmp/xmlunit-$1 -name obj -o -name .git | xargs -e rm -rf
44
cd build/srcdist-tmp
45
zip -r xmlunit-$1-src.zip xmlunit-$1
46
tar cf xmlunit-$1-src.tar xmlunit-$1
0 commit comments