From: Bruce Momjian Date: Thu, 17 May 2001 13:20:35 +0000 (+0000) Subject: Add missing space to sample cvs call. X-Git-Tag: REL7_2_BETA1~1248 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8783d2a5bf488a5d45ff95a9dee96b7639b2c798;p=postgresql Add missing space to sample cvs call. --- diff --git a/src/tools/pgcvslog b/src/tools/pgcvslog index f65cd28d96..d35ed84d07 100755 --- a/src/tools/pgcvslog +++ b/src/tools/pgcvslog @@ -7,7 +7,7 @@ # no branches: # cvs log -d '>1999-06-14 00:00:00 GMT' . > log # # pre and post-branch logs: -# find . -name CVS -type d -exec touch'{}/Entries.Static' \; +# find . -name CVS -type d -exec touch '{}/Entries.Static' \; # cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT' # cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES # find . -name CVS -type d -exec rm '{}/Entries.Static' \;