6e5ee11ca95cd971984038cf65bae00d9c898707 galt Wed Jun 4 15:40:02 2014 -0700 Since we have git, it is easy to rename errabort.c to errAbort.c without losing any history. diff --git src/utils/catDir/catDir.c src/utils/catDir/catDir.c index eaa072c..f3181f2 100644 --- src/utils/catDir/catDir.c +++ src/utils/catDir/catDir.c @@ -1,21 +1,21 @@ /* catDir - concatenate files in directory - for those times when too * many files for cat to handle.. */ #include "common.h" #include "portable.h" #include "cheapcgi.h" -#include "errabort.h" +#include "errAbort.h" #include "obscure.h" boolean recurse = FALSE; char *wildCard = NULL; char *suffix = NULL; boolean nonz = FALSE; void usage() /* Explain usage and exit. */ { errAbort( "catDir - concatenate files in directory to stdout.\n" "For those times when too many files for cat to handle.\n" "usage:\n"