Browse Source

Fix shellcheck SC1117

Harmless in this case, but annoying to see.
master
cancel 6 years ago
parent
commit
11fb32dec8
  1. 2
      tool

2
tool

@ -334,7 +334,7 @@ build_target() {
add libraries -lportmidi
add cc_flags -DFEAT_PORTMIDI
if [[ $1 = debug ]]; then
echo -e "Warning: The PortMIDI library contains bugs.\nIt may trigger address sanitizer in debug builds.\nThese are not bugs in orca." >&2
echo -e "Warning: The PortMIDI library contains bugs.\\nIt may trigger address sanitizer in debug builds.\\nThese are not bugs in orca." >&2
fi
fi
;;

Loading…
Cancel
Save