diff options
author | bptato <nincsnevem662@gmail.com> | 2023-10-09 00:52:03 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-10-09 00:52:03 +0200 |
commit | b987408fb1086fdeca1fadfdbd5e7f68e1e23336 (patch) | |
tree | eca067c236e8b935809b9b4ad705208d9810bed3 /bonus | |
parent | 7f3e5aedaba72a98c5001ee537e09f368768eeab (diff) | |
download | chawan-b987408fb1086fdeca1fadfdbd5e7f68e1e23336.tar.gz |
trans.cgi: minor fix
Diffstat (limited to 'bonus')
-rw-r--r-- | bonus/trans.cgi | 2 |
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" |