bork icon indicating copy to clipboard operation
bork copied to clipboard

Bork's eval/bake seem to break when there are arguments with whitespaces:

Open frdmn opened this issue 7 years ago • 1 comments

For example, using the symlink borkfile:

$ touch "a a"
$ bork do ok symlink "b b" "a a"
missing: symlink b b a a
verifying : symlink b b a a
*  failed
missing

(full verbose output)

frdmn avatar Jan 03 '17 12:01 frdmn

indeed. I know what the problem is but I'm unsure how to go about solving it. I have a failing test case to start with though. I have a feeling this is going to require some creativity.

mattly avatar Jan 28 '18 06:01 mattly