Files
openfoam/etc/config.sh
Mark Olesen 53b0bb0782 CONFIG: fix odd behaviour in bash completion (issue #1011)
- The test condition

      [ -n "$cur" -a ... ]

  fails if $cur starts with '-le', which bash interprets as a further
  test op. Splitting the test condition solves the problem:

      [ -n "$cur" ] && [ ... ]
2018-09-18 18:25:29 +02:00
..
2018-06-19 13:53:23 +02:00
2018-04-24 21:20:06 +02:00
2018-07-27 16:00:00 +02:00
2018-04-24 21:20:06 +02:00
2018-07-31 11:25:53 +02:00
2018-06-20 01:57:35 +02:00
2018-07-31 11:25:53 +02:00