This commit is contained in:
Zach Musgrave
2021-05-06 14:51:45 -07:00
parent 9c0e9755ed
commit d3cbf9e65d

View File

@@ -111,7 +111,7 @@ function test_forward_compatibility() {
# Clone from the remote and establish local branches
if [-d "repos/$ver" ]
if [ -d "repos/$ver" ]
then
rm -rf "repos/$ver"
fi