summaryrefslogtreecommitdiffstats
path: root/TOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh')
-rwxr-xr-xTOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh b/TOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh
index 1a16975319..f2658072ef 100755
--- a/TOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh
+++ b/TOOLS/osxbundle/mpv.app/Contents/MacOS/mpv-wrapper.sh
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/bash -l
export MPVBUNDLE="true"
-$SHELL -l -c "$(dirname "$0")/mpv --player-operation-mode=pseudo-gui"
+$SHELL -c "$(dirname "$0")/mpv --player-operation-mode=pseudo-gui"