diff --git a/src/qutescript/installer.py b/src/qutescript/installer.py index dd3b97c..8667bd0 100644 --- a/src/qutescript/installer.py +++ b/src/qutescript/installer.py @@ -21,7 +21,7 @@ Bind the command to a keystroke with: LOADER_TEMPLATE = """\ #!/usr/bin/env bash -{interpreter}"{path}" "$@" +{interpreter} "{path}" "$@" """