a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/utils/jkShell/jkShell.c src/utils/jkShell/jkShell.c old mode 100755 new mode 100644 index 13cb148..2742c0a --- src/utils/jkShell/jkShell.c +++ src/utils/jkShell/jkShell.c @@ -1,31 +1,30 @@ /* jkShell - Simple shell. Reads a line. Executes a line. */ #include "common.h" #include "hash.h" #include "dlist.h" #include "portable.h" #include "obscure.h" #include #include #include #include #include #include #include #include -static char const rcsid[] = "$Id: jkShell.c,v 1.2 2003/05/06 07:41:07 kate Exp $"; boolean checkAbort(); /* Check and clear abort */ void maskControlC(); /* Make Control C not kill us. */ /* Begin with some general purpose functions that should probably * go into library some day. */ boolean isDir(char *fileName) /* Returns TRUE if file is a directory. */ { struct stat buf; int result;