summaryrefslogtreecommitdiff
path: root/.version
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)
commit1bbab712abcec12231619fb95a433b0c3617aa8b (patch)
tree66ff9794c42bf2e263f3595a823861561e2cf52b /.version
parent41029ebf7da26377619540b37672a6c323d7fc2c (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. (transplanted from eebcaff6626f09af4f69b7b06f1246a06769d0af)
Diffstat (limited to '.version')
0 files changed, 0 insertions, 0 deletions