Deal with unusual IFS settings in the shell scripts for linux standalone and OSX app.

Thanks, Yaroslav Halchenko
This commit is contained in:
Joey Hess 2020-07-24 14:46:50 -04:00
parent 3627f03996
commit 00c5f04f20
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 30 additions and 0 deletions

View file

@ -24,3 +24,5 @@ most likely it is just a matter of sanitizing this variable in `runshell` or ali
[[!meta author=yoh]]
[[!tag projects/datalad]]
> [[fixed|done]] --[[Joey]]

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2020-07-24T18:43:32Z"
content="""
Applied a version of the patch without the :- , although it seems the :- is
not a bashism after all. It still makes no sense to me unless there's some
other setting that might make the shell blow up when IFS isn't set.
"""]]