File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ static JGetAType jgeta;
3232static JSetAType jseta;
3333std::string path;
3434std::string pathdll;
35- static char jdllver[20 ]; // Not sure why this is being added, but keeping it for now.
36- static int FHS = 0 ; // Not sure what this is
3735
3836auto
3937jedo (char const * sentence) -> int {
@@ -178,15 +176,9 @@ auto
178176jefirst (int type, char * arg) -> int {
179177 std::string input;
180178
181- if (type == 0 ) {
182- if (!FHS)
183- input.append (" (3 : '0!:0 y')<BINPATH,'" );
184- else {
185- input.append (" (3 : '0!:0 y')<'/etc/j/" );
186- input.append (jdllver);
187- }
188- input.append (" /profile.ijs'" );
189- } else if (type == 1 )
179+ if (type == 0 )
180+ input.append (" (3 : '0!:0 y')<BINPATH,'/profile.ijs'" );
181+ else if (type == 1 )
190182 input.append (" (3 : '0!:0 y')2{ARGV" );
191183 else if (type == 2 )
192184 input.append (" " );
You can’t perform that action at this time.
0 commit comments