summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-06-22 21:49:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-06-22 21:49:23 (GMT)
commit4ea01561e463750dc8ad95740d852d38752dc900 (patch)
tree62fae2438bbfa9e83617f24542548fdac683a2e7 /Makefile.in
parent8b8f2c17ba69754b44f3d51dd161735c425de56d (diff)
scripts/wrapper: fix wrong test when checking access to the reall tool
In C, the proper syntax for a bit-wise OR is a single '|', not two. It worked so far because all was well: - X_OK == 1 - R_OK||X_OK == 1 - the file we searched for had the x-bit set -> access( file, R_OK||X_OK ) worked - inicidentally, the file we searched for also had the r-bit set, but we were not testing that in fact.
Diffstat (limited to 'Makefile.in')
0 files changed, 0 insertions, 0 deletions