polish
This commit is contained in:
parent
e780c65995
commit
11ef75c7ac
@ -20,12 +20,9 @@ fi
|
||||
./bootstrap.linux
|
||||
|
||||
# Get active svn branch path to create SCAN import description string
|
||||
svn info |grep "URL" | | sed -e "s/URL/BRANCH/g" > ./build/svn_branch.txt
|
||||
svn info | grep "URL" | sed -e "s/URL/BRANCH/g" > ./build/svn_branch.txt
|
||||
desc=$(<build/svn_branch.txt)
|
||||
|
||||
|
||||
desc=trunk
|
||||
|
||||
cd ./build
|
||||
|
||||
cov-build --dir cov-int --tmpdir ~/tmp make
|
||||
|
||||
Loading…
Reference in New Issue
Block a user