From 6c1647b1bed6d521c6e62c6182acebf971e4d64c Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Tue, 16 Dec 2014 22:35:58 +0000 Subject: [PATCH] Make the build folder if needed --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index 8780bc3..9b9a839 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,6 +1,7 @@ #! /bin/bash echo "TTRTS: Running cmake" +test ! -e build && mkdir build cd build/ cmake ../source if [[ $? != 0 ]]; then