summaryrefslogtreecommitdiffstats
path: root/test/exitfns.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-09-17 14:21:15 (GMT)
committerSteven Knight <knight@baldmt.com>2001-09-17 14:21:15 (GMT)
commitbc2f74e89accaaa97ba76f4f556c6f14f9a8cc8e (patch)
tree5a9002a6138606395e0c8a3dc16359de401baecd /test/exitfns.py
parent3c81bb2bd0e009c0ee81570e17b0f87ad8d034ab (diff)
downloadSCons-bc2f74e89accaaa97ba76f4f556c6f14f9a8cc8e.zip
SCons-bc2f74e89accaaa97ba76f4f556c6f14f9a8cc8e.tar.gz
SCons-bc2f74e89accaaa97ba76f4f556c6f14f9a8cc8e.tar.bz2
Add automatic substitution on filename lines.
Diffstat (limited to 'test/exitfns.py')
-rw-r--r--test/exitfns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/exitfns.py b/test/exitfns.py
index d9a1019..49afa93 100644
--- a/test/exitfns.py
+++ b/test/exitfns.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-__revision__ = "test/exitfns.py __REVISION__ __DATE__ __DEVELOPER__"
+__revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
import TestCmd
import TestSCons