aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgot2
1 files changed, 1 insertions, 1 deletions
diff --git a/got b/got
index ee9dfc8..ce6c920 100755
--- a/got
+++ b/got
@@ -38,6 +38,6 @@ else
fi
tty_settings="$(stty --save)"
-@prefix@@libexec@@command@.py "$@" <> "/dev/${tty}" 2>&1
+@prefix@@libexec@/@command@.py "$@" <> "/dev/${tty}" 2>&1
stty "${tty_settings}"