quell a Fink compiler warning; not entirely correct but no harm done either
This commit is contained in:
parent
c4acfa38cc
commit
7cbce8f98e
4
eval.c
4
eval.c
@ -23,7 +23,7 @@
|
||||
|
||||
#include "sh.h"
|
||||
|
||||
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.214 2017/05/05 22:53:27 tg Exp $");
|
||||
__RCSID("$MirOS: src/bin/mksh/eval.c,v 1.215 2017/08/28 23:27:51 tg Exp $");
|
||||
|
||||
/*
|
||||
* string expansion
|
||||
@ -637,7 +637,7 @@ expand(
|
||||
*/
|
||||
if (!Flag(FSH)) {
|
||||
*dp++ = MAGIC;
|
||||
*dp++ = 0x80 | '@';
|
||||
*dp++ = ord(0x80 | '@');
|
||||
}
|
||||
break;
|
||||
case ord('='):
|
||||
|
Loading…
x
Reference in New Issue
Block a user