Skip to content

Fix for arguments with spaces

Diego Davila Foyo requested to merge gh-aaed124e/24/rynge/master into master

Created by: rynge

I think this is the proper fix for the arguments with spaces problem. We used to "flatten" the command line by just building a string. This change that behavior to building an array (just like $@) and then properly quoting it at the end.

Please test this in your ITB setup. It seems to work under OSG VO in ITB.

Merge request reports