mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-23 01:31:27 +01:00
zsh-3.1.5-pws-12
This commit is contained in:
parent
7a0415cfd7
commit
04a89199d0
65 changed files with 1935 additions and 585 deletions
|
|
@ -792,7 +792,11 @@ run_init_scripts(void)
|
|||
void
|
||||
init_misc(void)
|
||||
{
|
||||
#ifndef RESTRICTED_R
|
||||
if ( restricted )
|
||||
#else
|
||||
if (*zsh_name == 'r' || restricted)
|
||||
#endif
|
||||
dosetopt(RESTRICTED, 1, 0);
|
||||
if (cmd) {
|
||||
if (SHIN >= 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue