Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2076 → Rev 2077

/programs/system/shell/globals.h
1,5 → 1,5
 
#define SHELL_VERSION "0.4.7"
#define SHELL_VERSION "0.4.8"
 
extern char PATH[256];
extern char PARAM[256];
/programs/system/shell/modules/module_executable.c
26,7 → 26,7
else
{
strcpy(exec, cur_dir); // ¯à®¢¥à塞 ä ©« ¢ ⥪ã饬 ª â «®£¥
strcat(exec, "/"); // add slash
// strcat(exec, "/"); // add slash
strcat(exec, cmd);
if ( !file_check(exec) ) // ¯à®¢¥à塞 áãé¥á⢮¢ ­¨¥ ä ©« 
43,9 → 43,7
 
 
if ( script_check(exec) )
{
return script_run(exec, args);
}
 
/* § ¯ã᪠¯à®£à ¬¬ë */
result = program_run(exec, args);