aboutsummaryrefslogtreecommitdiffstats
path: root/bootcleanse.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-12-28 07:10:56 +0100
committerMattias Andrée <maandree@operamail.com>2012-12-28 07:10:56 +0100
commit98218a28354a432ca6afd26f5875af54ea7b5c71 (patch)
tree30289e5cdbb51c03e9def1614963b731092225a9 /bootcleanse.py
parentm + implementation of removal of mbr code (diff)
downloadbootcleanse-98218a28354a432ca6afd26f5875af54ea7b5c71.tar.gz
bootcleanse-98218a28354a432ca6afd26f5875af54ea7b5c71.tar.bz2
bootcleanse-98218a28354a432ca6afd26f5875af54ea7b5c71.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'bootcleanse.py')
-rw-r--r--bootcleanse.py2
1 files changed, 1 insertions, 1 deletions
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()