From 2ed6489594257aa2ef920c5a19d9dee38b5e304c Mon Sep 17 00:00:00 2001 From: Harshad Sharma Date: Sat, 17 Jun 2017 04:11:41 +0530 Subject: [PATCH] Yikes! Missed a space. --- src/qutescript/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" "$@" """