diff options
-rwxr-xr-x | xlint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlint b/xlint index 339a558..fb691ff 100755 --- a/xlint +++ b/xlint @@ -140,7 +140,7 @@ for template; do scan 'vinstall.* usr/share/licenses' "use vlicense" scan '^ ' "indent with tabs" | once scan '[\t ]$' "trailing whitespace" - scan '`' "use \$() instead of backticks" + scan '[^\\]`' "use \$() instead of backticks" scan 'revision=0' "revision must not be zero" scan 'replaces=(?=.*\w)[^<>]*$' "replaces needs depname with version" scan 'conflicts=(?=.*\w)[^<>]*$' "conflicts needs depname with version" |