maintainer-feedback requested: [Bug 238719] devel/hs-git-annex: The wrapper script doesn't support file names with spaces

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 20 10:22:38 UTC 2019


Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-haskell mailing
list <haskell at FreeBSD.org> for maintainer-feedback:
Bug 238719: devel/hs-git-annex: The wrapper script doesn't support file names
with spaces
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238719



--- Description ---
The wrapper script installed into /usr/local/bin/git-annex uses $* instead of
"$@". Because of this it splits arguments that shouldn't be split braking among
other things all operations on filenames with spaces in them e.g. `git annex
get foo\ bar.txt`.


More information about the freebsd-haskell mailing list