Skip to content

Commit

Permalink
fix: remove return values (ElektraInitiative#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmakar committed May 3, 2023
1 parent 72891cf commit 21f8b72
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ EXTERNAL_FOLDER="@CMAKE_SOURCE_DIR@/examples/codegen/econf"
check_if_parent_exists() {
if grep -e "spec:\/sw\/example\/econf/\#0\/current\/format\/#$"; then
echo "array parent was found"
return 0
else
echo "did not find array parent spec:/sw/example/econf/#0/current/format/#"
return 1
fi
}

Expand Down

0 comments on commit 21f8b72

Please sign in to comment.