diff options
author | David Schleef <ds@schleef.org> | 2002-02-11 03:13:27 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-02-11 03:13:27 +0000 |
commit | efe1d2c43985b233e64516c77a2a011b258a04d5 (patch) | |
tree | 8987c22be8eda7560c06221f2f5684539d55e488 /debian/mksnapshot | |
parent | 54c46b3d18731526af7b9eac15521827ef3a4a2a (diff) |
Fix typo
Diffstat (limited to 'debian/mksnapshot')
-rwxr-xr-x | debian/mksnapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/mksnapshot b/debian/mksnapshot index 6817e59c8..38027ebff 100755 --- a/debian/mksnapshot +++ b/debian/mksnapshot @@ -15,7 +15,7 @@ then echo "$CVSROOT" 'Ay=0=a%0bZ' >>~/.cvspass fi -cvs co -D ${dir} uClibc +cvs co -d ${dir} uClibc cd ${topdir}/uclibc-tmp/${dir}/debian echo "uclibc (${version}-cvs${today}-1) unstable; urgency=low" >changelog.tmp |