Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wysaid committed Jan 18, 2023
1 parent 67d69b4 commit fb50943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion utils/platform_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function getEnvironmentVariable() {
fi

if [[ -z "$RET_VALUE" ]]; then
RET_VALUE=${VAR_NAME}
RET_VALUE=${!VAR_NAME}
fi

if [[ -n "$RET_VALUE" ]]; then
Expand Down
1 change: 1 addition & 0 deletions vscode_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

if [[ $# -eq 0 ]]; then
echo "usage: [--debug|--release] [--clean] [--enable-cmake] [--setup-project] [--build] [--run]"
exit 0
fi

cd "$(dirname "$0")"
Expand Down

0 comments on commit fb50943

Please sign in to comment.