remove the build directory on exist, if there is any
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user