diff options
| author | RogueAI42 <[email protected]> | 2017-06-16 23:58:46 +1000 |
|---|---|---|
| committer | RogueAI42 <[email protected]> | 2017-06-16 23:58:46 +1000 |
| commit | 9516d774aa7f670522fb354b6f4ca15aa8a5d796 (patch) | |
| tree | 5fb9a5c4513f55ae6877c4ba67dbd4fb70a4a283 /ShiftOS_TheReturn | |
| parent | 50bd1ab402918ede7e4e365ca91b2300ebc20741 (diff) | |
| download | shiftos_thereturn-9516d774aa7f670522fb354b6f4ca15aa8a5d796.tar.gz shiftos_thereturn-9516d774aa7f670522fb354b6f4ca15aa8a5d796.tar.bz2 shiftos_thereturn-9516d774aa7f670522fb354b6f4ca15aa8a5d796.zip | |
wouldn't it be nice if I could remember to use my own abstractions
Diffstat (limited to 'ShiftOS_TheReturn')
| -rw-r--r-- | ShiftOS_TheReturn/Lunix.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/Lunix.cs b/ShiftOS_TheReturn/Lunix.cs index 529cb71..3a07916 100644 --- a/ShiftOS_TheReturn/Lunix.cs +++ b/ShiftOS_TheReturn/Lunix.cs @@ -126,7 +126,7 @@ namespace ShiftOS.Engine { get { - return Bash.RunCommand("df --output='fstype'").Split('\n')[dfrow]; + return ourdf("fstype"); } } |
