]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
readhash: Fix syntax error in regular expression.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Aug 2012 19:37:46 +0000 (21:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Aug 2012 19:37:46 +0000 (21:37 +0200)
src/scripts/readhash

index 8c187d51d1bdb7a3a6d282d754ea63a9a62ba35c..cc063a7a2b2ddc3a11af741d6bec4a3042c68957 100644 (file)
@@ -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