aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn
diff options
context:
space:
mode:
authorRogueAI42 <[email protected]>2017-06-16 23:58:46 +1000
committerRogueAI42 <[email protected]>2017-06-16 23:58:46 +1000
commit9516d774aa7f670522fb354b6f4ca15aa8a5d796 (patch)
tree5fb9a5c4513f55ae6877c4ba67dbd4fb70a4a283 /ShiftOS_TheReturn
parent50bd1ab402918ede7e4e365ca91b2300ebc20741 (diff)
downloadshiftos_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.cs2
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");
}
}