diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2004-11-28 02:25:20 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2004-11-28 02:25:20 +0000 |
| commit | b14633d38a5b05b490ac527aa7a78672e819c81d (patch) | |
| tree | ba1fd91a6fbd6bf01679bb2e205acca8cd999302 /gnu | |
| parent | 9a085daa1d95f38a70e6c7546c588e94c8190e44 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 46e10b9ff825..0aadbac784fc 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -29,7 +29,7 @@ SRCS= config.h argmatch.c getdate.y getline.c \ config.h: config.h.proto version=`sed < ${CVSDIR}/configure \ - -e '/^[ ]*VERSION=/!d' -e 's/.*=\(.*\)/\1/' -e q`; \ + -e '/^[ ]*VERSION=/!d' -e 's/.*=["'\'']\{0,1\}\([^"'\'']*\)["'\'']\{0,1\}/\1/' -e q`; \ sed -e "s,@VERSION@,$${version}-FreeBSD,g" \ -e "s,@UMASK_DFLT@,${CVS_UMASK_DFLT},g" \ -e "s,@TMPDIR_DFLT@,${CVS_TMPDIR_DFLT},g" \ |
