summaryrefslogtreecommitdiffstats
path: root/bin/restore.sh
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-10-08 15:31:13 (GMT)
committerSteven Knight <knight@baldmt.com>2005-10-08 15:31:13 (GMT)
commitaf1681d40da715403d927f6389e5a47cc08c106e (patch)
treebfe0b21a2202526bf29df983e32dde3f8b16173a /bin/restore.sh
parent8b871d6cec52038ff4be8fd4eb0f3dc81aae168d (diff)
downloadSCons-af1681d40da715403d927f6389e5a47cc08c106e.zip
SCons-af1681d40da715403d927f6389e5a47cc08c106e.tar.gz
SCons-af1681d40da715403d927f6389e5a47cc08c106e.tar.bz2
MSVC.py improvements: new MSVSSolution() Builder, new variables to contro generation of project and solution files. (Stanislav Baranov)
Diffstat (limited to 'bin/restore.sh')
-rw-r--r--bin/restore.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/restore.sh b/bin/restore.sh
index d5dc6c1..d23d1d0 100644
--- a/bin/restore.sh
+++ b/bin/restore.sh
@@ -14,7 +14,7 @@ fi
for i in `find $DIRS -name '*.py'`; do
ed $i <<EOF
/^__revision__ = /s/= .*/= "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"/p
-/Copyright (c) 2001.*SCons Foundation/s/.*/__COPYRIGHT__/p
+/Copyright (c) 2001.*SCons Foundation.*/s//__COPYRIGHT__/p
w
q
EOF
@@ -23,7 +23,7 @@ done
for i in `find $DIRS -name '*.txt'`; do
ed $i <<EOF
/# [^ ]* 0.96.[CD][0-9]* [0-9\/]* [0-9:]* knight$/s/.*/# __FILE__ __REVISION__ __DATE__ __DEVELOPER__/p
-/Copyright (c) 2001.*SCons Foundation/s/.*/__COPYRIGHT__/p
+/Copyright (c) 2001.*SCons Foundation.*/s//__COPYRIGHT__/p
w
q
EOF