summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/khgeneric4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/khgeneric b/bin/khgeneric
index cc9f0b5..6c768e7 100755
--- a/bin/khgeneric
+++ b/bin/khgeneric
@@ -1,4 +1,4 @@
#!/bin/zsh
-echo cargo run ${${0:t}[3,$]} "$@" >&2
-cargo run ${${0:t}[3,$]} "$@"
+echo cargo run -- ${${0:t}[3,$]} "$@" >&2
+cargo run -- ${${0:t}[3,$]} "$@"