Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 554748 | Differences between
and this patch

Collapse All | Expand All

(-)a/bin/autoscan.in (-2 / +1 lines)
Lines 358-364 sub scan_sh_file ($) Link Here
358
    {
358
    {
359
      # Strip out comments and variable references.
359
      # Strip out comments and variable references.
360
      s/#.*//;
360
      s/#.*//;
361
      s/\${[^\}]*}//g;
361
      s/\$\{[^\}]*}//g;
362
      s/@[^@]*@//g;
362
      s/@[^@]*@//g;
363
363
364
      # Tokens in the code.
364
      # Tokens in the code.
365
- 

Return to bug 554748