osam-cologne / archlinux-proaudio

Actively maintained binary package repo for Arch Linux of free and open source pro-audio software.
https://arch.osamc.de/
The Unlicense
41 stars 2 forks source link

CI: Syntax warning in namcap step #483

Open cbix opened 2 hours ago

cbix commented 2 hours ago

Observed e.g. here:

+ if ls -1 *$PKGEXT 2>/dev/null 1>&2; then namcap *$PKGEXT; fi
<unknown>:184: SyntaxWarning: invalid escape sequence '\ '
<unknown>:188: SyntaxWarning: invalid escape sequence '\ '
SpotlightKid commented 2 hours ago

What is this <unknown>? Is there a file included by *$PKGEXT, which isn't actually a valid package?