Skip to content

Commit

Permalink
Merge branch 'feature/cpp-app-passthrough' of github.com:rdkcentral/f…
Browse files Browse the repository at this point in the history
…irebolt-openrpc into feature/cpp-app-passthrough
  • Loading branch information
ksentak committed Jul 25, 2024
2 parents 4bd523d + f86b483 commit c5faee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions languages/cpp/templates/sdk/scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e
usage()
{
echo "options:"
Expand Down
2 changes: 1 addition & 1 deletion languages/cpp/templates/sdk/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ InstallPath=".."
ModuleName="core"
Version=1.3.0-next.1

while getopts i:s:m:h flag
while getopts i:s:m:v:h flag
do
case "${flag}" in
i) InstallPath="${OPTARG}";;
Expand Down

0 comments on commit c5faee9

Please sign in to comment.