mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
fix: Disable Mido debug output (#470)
This commit is contained in:
parent
f99032312c
commit
fd1fd1c48f
@ -3,8 +3,6 @@
|
|||||||
# Copyright (C) 2024 Elliot Killick <contact@elliotkillick.com>
|
# Copyright (C) 2024 Elliot Killick <contact@elliotkillick.com>
|
||||||
# Licensed under the MIT License. See LICENSE file for details.
|
# Licensed under the MIT License. See LICENSE file for details.
|
||||||
|
|
||||||
[ "$DEBUG" ] && set -x
|
|
||||||
|
|
||||||
# Prefer Dash shell for greater security if available
|
# Prefer Dash shell for greater security if available
|
||||||
if [ "$BASH" ] && command -v dash > /dev/null; then
|
if [ "$BASH" ] && command -v dash > /dev/null; then
|
||||||
exec dash "$0" "$@"
|
exec dash "$0" "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user