summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-02-16 11:27:18 +1100
committerChris Johns <chrisj@rtems.org>2015-02-16 11:30:37 +1100
commite143a62f6bc4fbf01b37e3ad25025012a7a35b96 (patch)
tree135037662c1f95e258951377e1b1f996eabb6c23 /tester/wscript
parentUpdate the Windows header to direct.h for _mkdir per the MSDN. (diff)
downloadrtems-tools-e143a62f6bc4fbf01b37e3ad25025012a7a35b96.tar.bz2
Fix the chmod octal value to use the correct Python syntax.
Diffstat (limited to 'tester/wscript')
-rw-r--r--tester/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/tester/wscript b/tester/wscript
index 1cd693f..0e170d6 100644
--- a/tester/wscript
+++ b/tester/wscript
@@ -66,8 +66,8 @@ def build(bld):
'rt/pygdb/mi_parser.py',
'rt/pygdb/spark.py'],
install_path = '${PREFIX}/share/rtems/rt/pygdb')
- bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0755)
- bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0755)
+ bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
+ bld.install_files('${PREFIX}/bin', ['rtems-test'], chmod = 0o755)
#
# Install the tester configuration files.