Compare commits

..

2 Commits

Author SHA1 Message Date
frank
3e32617dbc
Merge 4379d93f3b into fd1fd1c48f 2024-05-08 23:26:54 -05:00
Kroese
fd1fd1c48f
fix: Disable Mido debug output (#470) 2024-05-08 23:25:15 +02:00

View File

@ -3,8 +3,6 @@
# Copyright (C) 2024 Elliot Killick <contact@elliotkillick.com>
# Licensed under the MIT License. See LICENSE file for details.
[ "$DEBUG" ] && set -x
# Prefer Dash shell for greater security if available
if [ "$BASH" ] && command -v dash > /dev/null; then
exec dash "$0" "$@"