We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e4021 commit 2ed6489Copy full SHA for 2ed6489
src/qutescript/installer.py
@@ -21,7 +21,7 @@
21
22
LOADER_TEMPLATE = """\
23
#!/usr/bin/env bash
24
-{interpreter}"{path}" "$@"
+{interpreter} "{path}" "$@"
25
"""
26
27
0 commit comments