Package: vim-common
Version: 1:6.4-007+1
Severity: normal

The following causes bash to highlight the final '}' character in red,
as if it were invalid syntax, but bash runs it correctly.  Listing the
2 fifos explicitly (as in rm -f /tmp/fifo1 /tmp/fifo2) works around
the problem.  With magic "#! /bin/bash" bash extensions should be
accepted, right?.

#! /bin/bash
set -e;

function rmfifos ()
{
        rm -f /tmp/fifo{1,2}
}


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to