Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoya82 committed Jul 17, 2024
1 parent 5b8a2bb commit 70c802c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cli/sgutil.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2185,9 +2185,6 @@ case "$command" in
FDEV_NAME=$(echo "$platform" | cut -d'_' -f2)
DIR="$MY_PROJECTS_PATH/$arguments/$commit_name/$project_name"
BUILD_DIR="$DIR/build_dir.$FDEV_NAME"

echo "BUILD_DIR is $BUILD_DIR"

if [ ! -d "$BUILD_DIR" ]; then
echo "Your targeted application is missing. Please, use ${bold}$CLI_NAME build $arguments.${normal}"
echo ""
Expand Down

0 comments on commit 70c802c

Please sign in to comment.