Subversion Repositories DevTools

Rev

Rev 255 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 255 Rev 303
Line 222... Line 222...
222
				 STATUS_INTEGER),	null		},
222
				 STATUS_INTEGER),	null		},
223
    { LIT_Dollar,		(STATUS_CANNOT_UNSET | STATUS_INTEGER),
223
    { LIT_Dollar,		(STATUS_CANNOT_UNSET | STATUS_INTEGER),
224
							null		},
224
							null		},
225
 
225
 
226
    { LastWordVariable,		STATUS_EXPORT,		null		},
226
    { LastWordVariable,		STATUS_EXPORT,		null		},
227
    { PathLiteral,		(STATUS_EXPORT | STATUS_CANNOT_UNSET),
227
    { PathLiteral,		(STATUS_EXPORT | STATUS_CANNOT_UNSET | STATUS_CONVERT_MSDOS),
228
							search		},
228
							search		},
229
    { IFS,			(STATUS_EXPORT | STATUS_CANNOT_UNSET),
229
    { IFS,			(STATUS_EXPORT | STATUS_CANNOT_UNSET),
230
							" \t\n"		},
230
							" \t\n"		},
231
    { PS1,			(STATUS_EXPORT | STATUS_CANNOT_UNSET),
231
    { PS1,			(STATUS_EXPORT | STATUS_CANNOT_UNSET),
232
							"%e$ "		},
232
							"%e$ "		},
Line 401... Line 401...
401
 
401
 
402
/* Save the start directory for when we exit */
402
/* Save the start directory for when we exit */
403
 
403
 
404
    S_getcwd (Start_directory, 0);
404
    S_getcwd (Start_directory, 0);
405
 
405
 
-
 
406
/* Force Shell Globals as DOS */
-
 
407
#if (OS_TYPE == OS_NT) ||(OS_TYPE == OS_DOS)
-
 
408
	ShellGlobalFlags |= FLAGS_MSDOS_FORMAT;
-
 
409
#endif
-
 
410
 
406
/* Process the options */
411
/* Process the options */
407
 
412
 
408
    while ((sc = GetOptions (argc, argv, ShellOptions, GETOPT_MESSAGE)) != EOF)
413
    while ((sc = GetOptions (argc, argv, ShellOptions, GETOPT_MESSAGE)) != EOF)
409
    {
414
    {
410
	switch (sc)
415
	switch (sc)