Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1054 Establish compatibility with linux by linkin…
Browse files Browse the repository at this point in the history
…g /usr/local/bin/bash to /bin/bash

Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff authored and MatthiasKillat committed Feb 6, 2022
1 parent fa9d417 commit cd4ee4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci/build-test-freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

set -e

ln -s /usr/local/bin/bash /bin/bash

msg() {
printf "\033[1;32m%s: %s\033[0m\n" "${FUNCNAME[1]}" "$1"
}
Expand Down

0 comments on commit cd4ee4a

Please sign in to comment.