From 3ce4530c0d6d72839784c0fc72f48cae40022281 Mon Sep 17 00:00:00 2001 From: Renaud Chaillat Date: Tue, 4 Sep 2001 16:07:12 +0000 Subject: escaped compression level option for bzip2 --- mdkonline | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkonline') diff --git a/mdkonline b/mdkonline index 355debfe..b1e0365c 100755 --- a/mdkonline +++ b/mdkonline @@ -258,7 +258,7 @@ sub send_config { # print STDERR "Sending config\n"; `/usr/sbin/drakbug_report > /root/$login-drakbug_report.log`; - `/usr/bin/bzip2 -9 /root/$login-drakbug_report.log`; + `/usr/bin/bzip2 \\\-9 /root/$login-drakbug_report.log`; my $scp_script = ""; foreach ("/usr/bin/scpcall.exp","./scpcall.exp") { -- cgit v1.2.1