> On 30.05.2016, at 19:43, Kristian <[email protected]> wrote: > > for f in $(ls *.c); do
Also, this is wrong. `for f in *.c` does the same thing, but has fewer bugs (spaces in file names etc.) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3125D878-F22E-4DDC-9AE8-0E5AF7D0DED8%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
