From dd22d33f9cec55c2c69e1a1402c1878618a11fa2 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 18 May 2011 10:46:37 +0200 Subject: change backticks to %x notation --- error.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.cgi') diff --git a/error.cgi b/error.cgi index 3e192a7..1b386d8 100755 --- a/error.cgi +++ b/error.cgi @@ -70,7 +70,7 @@ if $conf.auto_send_report f << errorstr } - `mail -s "Bug in dudle" #{$conf.bugreportmail} < #{tmpfile}` + %x{mail -s "Bug in dudle" #{$conf.bugreportmail} < #{tmpfile}} File.delete(tmpfile) -- cgit v1.2.3