Ошибка в списке разделителей
This commit is contained in:
parent
b01bc7a52e
commit
c015300d63
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
PROJECT=$(grep -i "^Project" "$(dirname -- "$(dirname -- "$(pwd)")")/CMakeLists.txt" | awk -F'[()]' '{print $2}')
|
PROJECT=$(grep -i "^Project" "$(dirname -- "$(dirname -- "$(pwd)")")/CMakeLists.txt" | awk -F'[( )]' '{print $2}')
|
||||||
|
|
||||||
"$(dirname $0)/cmake.sh" -f -t qtDebug
|
"$(dirname $0)/cmake.sh" -f -t qtDebug
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user