Skip to content

Commit

Permalink
Fix a copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Dec 10, 2024
1 parent 1c27277 commit ee80dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-utils/jp_binding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ -z "${RPM_BUILD_ROOT:-}" ]; then
exit 1
fi
if [ -z "${RPM_SPECPARTS_DIR:-}" ]; then
echo RPM_BUILD_ROOT env variable has not been set >&2
echo RPM_SPECPARTS_DIR env variable has not been set >&2
exit 1
fi

Expand Down

0 comments on commit ee80dd1

Please sign in to comment.