summaryrefslogtreecommitdiffstats
path: root/tester/wscript
diff options
context:
space:
mode:
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.