Skip to content

Commit

Permalink
maybe git version used doesnt respect --oneline so throw away all out…
Browse files Browse the repository at this point in the history
…put anyway
  • Loading branch information
craigcomstock committed Aug 9, 2023
1 parent ff8bb04 commit 98d12f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-scripts/autogen
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ do
R=$(cd $BASEDIR/$i && git log --pretty='format:%h' -1 -- .) || false
(
cd $BASEDIR/$i
if ! git show $R --oneline; then
if ! git show $R --oneline >/dev/null; then
echo "abbreviated commit hash of $CORE_ABBREV is not unique. Consider increasing the value in the script $0."
exit 1
fi
Expand Down

0 comments on commit 98d12f8

Please sign in to comment.