mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-13 17:20:57 +08:00
* newcvsroot: Handle filenames that contain spaces.
From-SVN: r34391
This commit is contained in:
parent
35718b49f4
commit
84d6d72f82
@ -1,3 +1,7 @@
|
||||
2000-06-04 Mark Mitchell <mark@codesourcery.com>
|
||||
|
||||
* newcvsroot: Handle filenames that contain spaces.
|
||||
|
||||
2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
|
||||
|
||||
* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
|
||||
|
@ -24,10 +24,10 @@ esac
|
||||
find $topdir \( -name Repository -o -name Root \) -print | while read f; do
|
||||
|
||||
case "$f" in
|
||||
*/CVS/Root) echo $root > $f ;;
|
||||
*/CVS/Root) echo $root > "$f" ;;
|
||||
*/CVS/Repository)
|
||||
r=${module}${f#${topdir}}
|
||||
echo > $f $rep/${r%/CVS/Repository}
|
||||
echo > "$f" $rep/${r%/CVS/Repository}
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user