diff options
| author | ComputeLinux <[email protected]> | 2016-07-23 10:22:02 -0700 |
|---|---|---|
| committer | ComputeLinux <[email protected]> | 2016-07-23 10:22:02 -0700 |
| commit | 3c10bebf243169ae363fb8dad04b7a488f0b41e6 (patch) | |
| tree | 8b14a2a9164c3352127c9d1c90f49c3522375e82 /source | |
| parent | 60ca1cf76437bb35d4923b2d4e6f7d06d3189033 (diff) | |
| download | shiftos-c--3c10bebf243169ae363fb8dad04b7a488f0b41e6.tar.gz shiftos-c--3c10bebf243169ae363fb8dad04b7a488f0b41e6.tar.bz2 shiftos-c--3c10bebf243169ae363fb8dad04b7a488f0b41e6.zip | |
I am a major derp
Diffstat (limited to 'source')
| -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 = ""; |
