Commit bbafc27b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

remove the build directory on exist, if there is any

parent a7de09a9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
}