﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
179	zip: Failure to archive wildcarded system and/or hidden files, even with -S option when not using sh	Lewis Rosenthal		"Under certain conditions (non-*nix shells), attempting to zip (with the -S parameter) a collection of files with either system, hidden, or both attributes set fails to find these files to archive. They are skipped.

{{{OS2BOOT HS}}}

{{{
zip -S ziptest.zip OS2*
}}}

Nothing is archived.

{{{
zip -S ziptest.zip OS2BOOT
}}}

OS2BOOT is archived.

However, if a path is specified, these files are found:

{{{
zip -S ziptest.zip .\OS2*
}}}

works, unless there is an OS2 directory which is seen, as is the case with a boot volume. In those cases, the directory is archived (not its contents, obviously), but all of the kernel files are skipped, even when a path is specified (\OS2* or .\OS2*)."	defect	closed	major		*none		high	fixed		
