Skip to content

Commit

Permalink
Fix texinfo to use Bitrig...
Browse files Browse the repository at this point in the history
  • Loading branch information
bluerise authored and drahn committed Apr 20, 2014
1 parent 9d32b42 commit 15d2496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnu/usr.bin/texinfo/config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
echo "${machine}-${os}${release}"
exit 0 ;;
*:Bitrig:*:*)
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
exit 0 ;;
*:OpenBSD:*:*)
Expand Down

0 comments on commit 15d2496

Please sign in to comment.