@@ -, +, @@ --- bin/autoscan.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/bin/autoscan.in +++ a/bin/autoscan.in @@ -358,7 +358,7 @@ sub scan_sh_file ($) { # Strip out comments and variable references. s/#.*//; - s/\${[^\}]*}//g; + s/\$\{[^\}]*}//g; s/@[^@]*@//g; # Tokens in the code. --