Skip to content

Commit fcaf3d4

Browse files
authored
feat(unzip,zipinfo): recognize FreeCAD files (scop#520)
https://wiki.freecadweb.org/File_Format_FCStd
1 parent e38167a commit fcaf3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

+1-1
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ _install_xspec()
21902190
}
21912191
# bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
21922192
_install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
2193-
_install_xspec '!*.@(zip|[aegjswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl)' unzip zipinfo
2193+
_install_xspec '!*.@(zip|[aegjswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|?(o)xps|epub|cbz|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl|[Ff][Cc][Ss]td)' unzip zipinfo
21942194
_install_xspec '*.Z' compress znew
21952195
# zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
21962196
_install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat

0 commit comments

Comments
 (0)