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 4e51b47 commit 9e13980Copy full SHA for 9e13980
clean-build.sh scripts/clean.shclean-build.sh renamed to scripts/clean.sh
@@ -4,7 +4,6 @@ set -e
4
5
safe_remove() {
6
if [ -e "$1" ]; then
7
- echo " Removing: $1"
8
rm -rf "$1"
9
fi
10
}
0 commit comments