Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoin-tools authored Aug 23, 2024
1 parent 9a6c653 commit 3a35628
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_nodebuilder
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ get_operating_system() {
case "${TARGET_KERNEL}"
Darwin | FreeBSD)
printf '%s\n' "${TARGET_KERNEL}"
;;
*)
readonly OS_RELEASE_ID_LIKE="$(grep '^ID_LIKE=' /etc/os-release | cut -d= -f2)"
readonly OS_RELEASE_ID="$(grep '^ID=' /etc/os-release | cut -d= -f2)"
Expand All @@ -19,6 +20,7 @@ get_operating_system() {
else
throw_error 'Failed to determine OS release type'
fi
;;
esac
}

Expand Down

0 comments on commit 3a35628

Please sign in to comment.