From 98218a28354a432ca6afd26f5875af54ea7b5c71 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 28 Dec 2012 07:10:56 +0100 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- bootcleanse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootcleanse.py') diff --git a/bootcleanse.py b/bootcleanse.py index 60feb36..fa941f9 100644 --- a/bootcleanse.py +++ b/bootcleanse.py @@ -32,5 +32,5 @@ while True: for mbr in mbrs: - Popen(['sudo' 'dd', 'if=/dev/zero', 'of=' + mbr, 'bs=440', 'count=1'], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate() + Popen(['sudo', 'dd', 'if=/dev/zero', 'of=' + mbr, 'bs=440', 'count=1'], stdin=PIPE, stdout=PIPE, stderr=PIPE).communicate() -- cgit v1.2.3-70-g09d2