We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d69b4 commit fb50943Copy full SHA for fb50943
utils/platform_utils.sh
@@ -46,7 +46,7 @@ function getEnvironmentVariable() {
46
fi
47
48
if [[ -z "$RET_VALUE" ]]; then
49
- RET_VALUE=${VAR_NAME}
+ RET_VALUE=${!VAR_NAME}
50
51
52
if [[ -n "$RET_VALUE" ]]; then
vscode_tasks.sh
@@ -2,6 +2,7 @@
2
3
if [[ $# -eq 0 ]]; then
4
echo "usage: [--debug|--release] [--clean] [--enable-cmake] [--setup-project] [--build] [--run]"
5
+ exit 0
6
7
8
cd "$(dirname "$0")"
0 commit comments