grubutils icon indicating copy to clipboard operation
grubutils copied to clipboard

Bug in fat utility - does not copy files beginning with o

Open steve6375 opened this issue 8 years ago • 1 comments

fat copy ofile.txt /fred - does not work fat copy ()/ofile.txt /fred - works fat copy xofile.txt /fred - works

The code in fat utiltiy tests for o = override (-o) as parameter, so if the file specification begins with letter o then the copy fails.

Source files in g4dext.

steve6375 avatar Jun 21 '16 08:06 steve6375