mirror of
https://github.com/moparisthebest/curl
synced 2025-01-02 09:28:01 -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(){
|
die(){
|
||||||
echo "testcurl: ENDING HERE"
|
echo "testcurl: ENDING HERE"
|
||||||
|
if test -n "$build"; then
|
||||||
|
# we have a build directory name, remove the dir
|
||||||
|
rm -rf $build
|
||||||
|
fi
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user