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:
parent
a7de09a966
commit
bbafc27b42
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user