mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
12 lines
287 B
Plaintext
12 lines
287 B
Plaintext
--- bin/autoscan.in.orig 2012-04-25 02:37:26 UTC
|
|
+++ 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.
|