Re: Multi-line bash strings that end in ! improperly treated as event designator

2015-08-24 Thread Lane Schwartz
On Mon, Aug 24, 2015 at 8:19 AM, Chet Ramey wrote: > On 8/21/15 5:17 PM, Lane Schwartz wrote: > > > Bash Version: 4.3 > > Patch Level: 11 > > Release Status: release > > > > Description: > > Per the Bash Reference Manual, section 9.3.1 "Eve

Multi-line bash strings that end in ! improperly treated as event designator

2015-08-21 Thread Lane Schwartz
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCO$ uname output: Linux cl 3.13.0-61-generic #100-Ubuntu SMP Wed Jul 29 11:21:34 UTC 2015 x86_64

Determine if a file is a valid Bash script

2012-03-19 Thread Lane Schwartz
check on the user-provided bash code prior to actually running it, in order to let the user know if there are bash syntax errors in their code before actually launching the workflow. Thanks, Lane Schwartz