#646848 dash: redirection to fd larger 9 leads to Syntax error: word unexpected

Package:
dash
Source:
dash
Description:
POSIX-compliant shell
Submitter:
Markus Raab
Date:
2014-07-08 18:57:30 UTC
Severity:
wishlist
#646848#5
Date:
2011-10-27 18:13:01 UTC
From:
To:
The following program:
--
#!/bin/sh

(
    flock -n 200
         # ... commands executed under lock ...
) 200>/var/lock/mylockfile
--
as in 'man flock' does not work with dash:
/home/markus/bin/test_lock: 6: Syntax error: word unexpected