From 60692e9c9291252a8255d4a68beffaad84796b73 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Fri, 14 Dec 2001 20:08:18 +0000 Subject: [PATCH] Fix the comment at the top of the scons.bat file. git-svn-id: http://scons.tigris.org/svn/scons/trunk@156 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/CHANGES.txt | 7 +++++++ src/script/scons.bat | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 0f0b8233..3d47e844 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -8,6 +8,13 @@ +RELEASE 0.02 - + + - Fixed the version comment in the scons.bat (the UNIX geek used + # instead of @rem). + + + RELEASE 0.01 - Thu Dec 13 19:25:23 CST 2001 A brief overview of important functionality available in release 0.01: diff --git a/src/script/scons.bat b/src/script/scons.bat index ce4faad4..e66b5d1c 100644 --- a/src/script/scons.bat +++ b/src/script/scons.bat @@ -1,2 +1,2 @@ -# __FILE__ __REVISION__ __DATE__ __DEVELOPER__ +@rem __FILE__ __REVISION__ __DATE__ __DEVELOPER__ @python -c "import SCons.Script; SCons.Script.main()" %1 %2 %3 %4 %5 %6 %7 %8 %9 -- 2.26.2