1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

remove the build directory on exist, if there is any

This commit is contained in:
Daniel Stenberg 2003-12-15 08:14:30 +00:00
parent a7de09a966
commit bbafc27b42

View File

@ -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
}