Subversion Repositories planix.SVN

Rev

Rev 113 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 113 Rev 115
Line 27... Line 27...
27
	register char *up, *fp;
27
	register char *up, *fp;
28
	register short c;
28
	register short c;
29
	char printub, puxb[UXBSIZE + sizeof (int)];
29
	char printub, puxb[UXBSIZE + sizeof (int)];
30
 
30
 
31
	printub = 0;
31
	printub = 0;
32
	strcpy(puxb, uxb);
32
	CP(puxb, uxb);
33
	c = getchar();
33
	c = getchar();
34
	if (c == '\n' || c == EOF)
34
	if (c == '\n' || c == EOF)
35
		error("Incomplete shell escape command@- use 'shell' to get a shell");
35
		error("Incomplete shell escape command@- use 'shell' to get a shell");
36
	up = uxb;
36
	up = uxb;
37
	do {
37
	do {