ref: 11fb32dec81eeda8aeea2c79afce2eab2ff0869f
parent: 3e3298f94875278d712f6bb4ac7ab044fd44f0a9
author: cancel <cancel@cancel.fm>
date: Mon Feb 11 04:55:19 EST 2019
Fix shellcheck SC1117 Harmless in this case, but annoying to see.
--- a/tool
+++ b/tool
@@ -334,7 +334,7 @@
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
;;