diff options
| author | william341 <[email protected]> | 2016-07-23 10:22:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-07-23 10:22:47 -0700 |
| commit | 6864162d533e7e1c55064c3fc5076cc204b119af (patch) | |
| tree | 8b14a2a9164c3352127c9d1c90f49c3522375e82 | |
| parent | 08342014cb241f7d4f5f8953a9fb67d7123f9593 (diff) | |
| parent | 3c10bebf243169ae363fb8dad04b7a488f0b41e6 (diff) | |
| download | shiftos-c--6864162d533e7e1c55064c3fc5076cc204b119af.tar.gz shiftos-c--6864162d533e7e1c55064c3fc5076cc204b119af.tar.bz2 shiftos-c--6864162d533e7e1c55064c3fc5076cc204b119af.zip | |
Merge pull request #16 from ComputeLinux/master
I am a major derp
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/Terminal.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/Apps/Terminal.cs b/source/WindowsFormsApplication1/Apps/Terminal.cs index cc69043..7ca4a01 100644 --- a/source/WindowsFormsApplication1/Apps/Terminal.cs +++ b/source/WindowsFormsApplication1/Apps/Terminal.cs @@ -1662,7 +1662,7 @@ HIJACKER is a utility that allows you to hijack any system and install ShiftOS o /// <param name="args">string[] args</param> public void runExe(string[] args) { - if (API.Upgrades[""]) + if (API.Upgrades["commandlinexes"]) { bool isFirstArg = true; string exeArgs = ""; |
