Shell: some small fixes

git-svn-id: svn://kolibrios.org@2615 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Albom 2012-04-15 07:59:47 +00:00
parent ba80d953e5
commit f0c414780c
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Shell 0.5.1 // 15.04.2012 // Albom
=======================================
* Некоторые незначительные исправления
Shell 0.5 // 23.03.2012 // Albom
=======================================
* Добавлена поддержка консольных приложений, которые общаются с шеллом через именованную область

View File

@ -25,16 +25,28 @@ if ( '/' == file[0])
if ( !file_check(temp) )
{
#if LANG_ENG
printf (" File not found!\n\r");
#elif LANG_RUS
printf (" ” ©« ­¥ ­ ©¤¥­!\n\r");
#endif
return FALSE;
}
}
else
{
strcpy(temp, cur_dir);
if (temp[strlen(temp)-1] != '/')
strcat(temp, "/"); // add slash
strcat(temp, file);
if ( !file_check(temp) )
{
#if LANG_ENG
printf (" File not found!\n\r");
#elif LANG_RUS
printf (" ” ©« ­¥ ­ ©¤¥­!\n\r");
#endif
return FALSE;
}
}

View File

@ -1,5 +1,5 @@
#define SHELL_VERSION "0.5"
#define SHELL_VERSION "0.5.1"
extern char PATH[256];
extern char PARAM[256];

View File

@ -26,9 +26,12 @@ if ( '/' == cmd[0]) //
else
{
strcpy(exec, cur_dir); // ¯à®¢¥à塞 ä ©« ¢ ⥪ã饬 ª â «®£¥
// strcat(exec, "/"); // add slash
if (exec[strlen(exec)-1] != '/')
strcat(exec, "/"); // add slash
strcat(exec, cmd);
printf("\n%s\n", exec);
if ( !file_check(exec) ) // ¯à®¢¥à塞 áãé¥á⢮¢ ­¨¥ ä ©« 
{
strcpy(exec, "/rd/1/"); // ¯à®¢¥à塞 ä ©« ­  ¢¨àâã «ì­®¬ ¤¨áª¥