Subversion Repositories Kolibri OS

Rev

Rev 3988 | Rev 4109 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3988 Rev 4106
Line 126... Line 126...
126
con_set_cursor_height(con_get_font_height()-1);
126
con_set_cursor_height(con_get_font_height()-1);
Line 127... Line 127...
127
 
127
 
Line -... Line 128...
-
 
128
ALIASES = malloc(128*1024);
-
 
129
 
-
 
130
if (PARAM[0] == 0)
128
ALIASES = malloc(128*1024);
131
   {
-
 
132
   strcpy(CMD, cur_dir);
-
 
133
   strcat(CMD, ".shell");
-
 
134
   if ( !file_check(CMD) )
129
 
135
       strcpy(CMD, "/sys/settings/.shell");
130
if (PARAM[0] == 0) strcpy(CMD, ".shell");
136
   }
131
else
137
else
132
{
138
{
133
	if (PARAM[0] == '/')
139
	if (PARAM[0] == '/')