about summary refs log tree commit diff stats
path: root/bonus
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-10-09 00:52:03 +0200
committerbptato <nincsnevem662@gmail.com>2023-10-09 00:52:03 +0200
commitb987408fb1086fdeca1fadfdbd5e7f68e1e23336 (patch)
treeeca067c236e8b935809b9b4ad705208d9810bed3 /bonus
parent7f3e5aedaba72a98c5001ee537e09f368768eeab (diff)
downloadchawan-b987408fb1086fdeca1fadfdbd5e7f68e1e23336.tar.gz
trans.cgi: minor fix
Diffstat (limited to 'bonus')
-rw-r--r--bonus/trans.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/bonus/trans.cgi b/bonus/trans.cgi
index 87bb8bee..bfaca713 100644
--- a/bonus/trans.cgi
+++ b/bonus/trans.cgi
@@ -28,4 +28,4 @@ type trans >/dev/null || {
 
 # Call the `trans' program. It writes its output to standard out, which
 # Chawan's local CGI will read in as the content body.
-trans "$TEXT"
+trans -- "$TEXT"