From: François Pinard Date: Wed, 16 Nov 1994 02:46:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=80df629d39d677964c6299d6d2b033920b734a05;p=chaz%2Ftar *** empty log message *** --- diff --git a/src/buffer.c b/src/buffer.c index f2b2d64..737c5dd 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1337,9 +1337,9 @@ int type; break; case '!': - #ifdef __MSDOS__ +#ifdef __MSDOS__ spawnl(P_WAIT,getenv("COMSPEC"),"-",0); - #else +#else /* JF this needs work! */ switch(fork()) { case -1: @@ -1355,7 +1355,7 @@ int type; wait(0); break; } - #endif +#endif break; } }