mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
readhash: Fix syntax error in regular expression.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
# shell variables must consist of alphanumeric characters and underscores,
|
||||
# and begin with an alphabetic character or underscore.
|
||||
VARNAME='[A-Za-z_][A-zA-z0-9_]*'
|
||||
VARNAME='[A-Za-z_][A-Za-z0-9_]*'
|
||||
|
||||
# For the assigned value we only accept a limited number of characters - none
|
||||
# of which are shell metachars
|
||||
|
||||
Reference in New Issue
Block a user