Subversion Repositories SvarDOS

Compare Revisions

Ignore whitespace Rev 1139 → Rev 1140

/svarcom/trunk/cmd/path.c
82,6 → 82,7
buff[i + 5] = p->argv[0][i];
if (buff[i + 5] == 0) break;
}
nls_strtoup(buff); /* upcase path, ref: https://osdn.net/projects/svardos/ticket/44146 */
env_setvar(p->env_seg, buff);
}
 
/svarcom/trunk/history.txt
9,6 → 9,7
=== ver 2022.4 (xx.xx.202x) ==================================================
 
- SET command: fixed upcasing of variable names with high-ASCII chars (bttr)
- PATH command: path is always upcased
- tabs are accepted as command-line separators