summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjMelik <melik@archlinux.us>2010-08-26 16:05:56 -0700
committerDjMelik <melik@archlinux.us>2010-08-26 16:05:56 -0700
commitc02c0d704cf082d3d87fc0a2d623914767d00023 (patch)
treea6d17d9319b04bb697b4e335a9573d9df2f3915c
parent9a92449c97def5273d3f5ca12820b87ab061cdf6 (diff)
. > ,
-rw-r--r--archey2
1 files changed, 1 insertions, 1 deletions
diff --git a/archey b/archey
index 66c94ba..386452f 100644
--- a/archey
+++ b/archey
@@ -234,7 +234,7 @@ def packages_display():
# File System Function.
def fs_display():
- supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs'. 'fuseblk')
+ supported = ('ext2', 'ext3', 'ext4', 'reiserfs', 'jfs', 'ntfs', 'fat32', 'btrfs', 'fuseblk')
p1 = Popen(['df', '-TPh'], stdout=PIPE).communicate()[0]
filesystems = p1.rstrip().split('\n')
del filesystems[0]