--- projects/cms/source/server/Config2.inc 2003/02/05 22:15:32 1.34 +++ projects/cms/source/server/Config2.inc 2003/02/05 22:17:56 1.35 @@ -1,5 +1,5 @@ # Include Config for the server -# $Id: Config2.inc,v 1.34 2003/02/05 22:15:32 tdb Exp $ +# $Id: Config2.inc,v 1.35 2003/02/05 22:17:56 tdb Exp $ include $(SOURCEROOT)/Version.inc @@ -15,7 +15,7 @@ CVS = `if test -x /usr/bin/cvs; then echo /usr/bin/cvs # and the same for cvs2cl CVS2CL = `if test -x /usr/bin/cvs2cl; then echo /usr/bin/cvs2cl; else if test -x /usr/local/bin/cvs2cl; then echo /usr/local/bin/cvs2cl; else echo cvs2cl; fi fi` # and flags for cvs2cl -CVS2CLFLAGS = --stdout -r -t -w -S -g "-d $(CVSROOT)" -g "-q" +CVS2CLFLAGS = --stdout --no-wrap -r -t -w -S -g "-d $(CVSROOT)" -g "-q" # and the same for gpg GPG = `if test -x /usr/bin/gpg; then echo /usr/bin/gpg; else if test -x /usr/local/bin/gpg; then echo /usr/local/bin/gpg; else echo gpg; fi fi`