Skip to content
Snippets Groups Projects
Commit bbafc27b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove the build directory on exist, if there is any

parent a7de09a9
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@ export LANG
die(){
echo "testcurl: ENDING HERE"
if test -n "$build"; then
# we have a build directory name, remove the dir
rm -rf $build
fi
exit 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment